freebsd-dev/sys/modules/cbb/Makefile
Warner Losh 1fd2cdcb2f Fix this pending the decision of which of the redundant
sys/modules/{pc,}cbb/Makefile to remove.
2002-08-27 15:59:19 +00:00

10 lines
160 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/pccbb
KMOD= cbb
SRCS= pccbb.c \
device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h
.include <bsd.kmod.mk>