Move dc sources from pci to dev/dc.

This commit is contained in:
imp 2005-10-18 06:11:08 +00:00
parent 8294baf720
commit 11b71844b6

View File

@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
.PATH: ${.CURDIR}/../../dev/dc
KMOD= if_dc
SRCS= if_dc.c device_if.h bus_if.h pci_if.h
SRCS+= miibus_if.h
SRCS= if_dc.c dcphy.c pnphy.c device_if.h bus_if.h pci_if.h
SRCS+= miibus_if.h miidevs.h
.include <bsd.kmod.mk>