From 1e95becf76111543a7eea6d10ec07ff49dd604fe Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 2 Jan 2001 21:40:41 +0000 Subject: add pcic_p to the list of things built --- sys/modules/oldcard/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile index 17980d2..8f19d22 100644 --- a/sys/modules/oldcard/Makefile +++ b/sys/modules/oldcard/Makefile @@ -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= -- cgit v1.1