mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/pccbb
|
|
|
|
KMOD= cbb
|
|
SRCS= pccbb.c pccbb_isa.c pccbb_pci.c \
|
|
device_if.h bus_if.h power_if.h card_if.h isa_if.h pci_if.h pcib_if.h
|
|
|
|
.include <bsd.kmod.mk>
|