mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD= if_dc
|
|
SRCS= if_dc.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|