1fd2cdcb2f
sys/modules/{pc,}cbb/Makefile to remove.
10 lines
160 B
Makefile
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>
|