mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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>
|