9 lines
155 B
Makefile
9 lines
155 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../pci
|
||
|
KMOD = if_pcn
|
||
|
SRCS = if_pcn.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||
|
SRCS += miibus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|