mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
11 lines
121 B
Makefile
11 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD= cbb
|
|
SRCS= pccbb.c \
|
|
device_if.h bus_if.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|