mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/pccbb
|
|
|
|
KMOD= pccbb
|
|
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>
|