10 lines
147 B
Makefile
10 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/pcn
|
|
|
|
KMOD= if_pcn
|
|
SRCS= if_pcn.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|