Deleted Added
sdiff udiff text old ( 66131 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/pcn/Makefile 66131 2000-09-20 17:30:22Z wpaul $
2
3.PATH: ${.CURDIR}/../../pci
4KMOD = if_pcn
5SRCS = if_pcn.c opt_bdg.h device_if.h bus_if.h pci_if.h
6SRCS += miibus_if.h
7
8.include <bsd.kmod.mk>