4535126875
not clear enough, will require additional analysis, or will require some input from their maintainers.
13 lines
154 B
Makefile
13 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD= cbb
|
|
SRCS= pccbb.c \
|
|
device_if.h bus_if.h
|
|
NOMAN=
|
|
|
|
EXPORT_SYMS= YES # XXX evaluate
|
|
|
|
.include <bsd.kmod.mk>
|