Deleted Added
sdiff udiff text old ( 60966 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/cbb/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../pci
4
5KMOD= cbb
6SRCS= pccbb.c \
7 device_if.h bus_if.h
8NOMAN=
9
10.include <bsd.kmod.mk>