From e2f9e1a37f539371edccb6c3ce8c033c4017786c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 2 Jan 2001 21:40:41 +0000 Subject: [PATCH] add pcic_p to the list of things built --- sys/modules/oldcard/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile index 17980d2d1dd..8f19d2202fe 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=