add pcic_p to the list of things built

This commit is contained in:
Warner Losh 2001-01-02 21:40:41 +00:00
parent adb50a3799
commit e2f9e1a37f

View File

@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../pccard
.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
KMOD= oldcard
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c \
opt_pcic.h device_if.h bus_if.h isa_if.h \
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_p.c \
opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
power_if.h card_if.h power_if.c card_if.c
NOMAN=