opnsense-src/sys/modules/dc/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
170 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/dev/dc
KMOD= if_dc
2005-10-18 02:11:08 -04:00
SRCS= if_dc.c dcphy.c pnphy.c device_if.h bus_if.h pci_if.h
SRCS+= miibus_if.h miidevs.h opt_platform.h
.include <bsd.kmod.mk>