1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Fix this pending the decision of which of the redundant

sys/modules/{pc,}cbb/Makefile to remove.
This commit is contained in:
Warner Losh 2002-08-27 15:59:19 +00:00
parent e4127b228e
commit 1fd2cdcb2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102490

View File

@ -1,11 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
.PATH: ${.CURDIR}/../../dev/pccbb
KMOD= cbb
SRCS= pccbb.c \
device_if.h bus_if.h
EXPORT_SYMS= YES # XXX evaluate
device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h
.include <bsd.kmod.mk>