1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../pci 4KMOD= cbb 5SRCS= pccbb.c \ 6 device_if.h bus_if.h 7NOMAN= 8 9.include <bsd.kmod.mk> 10