From 2d268ca4c3420ad96213c2d773b2aff71b46dfb6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 25 Mar 2000 03:16:19 +0000 Subject: [PATCH] Make pcic module compile again for NEWCARD (not for old pccard). --- sys/modules/pcic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 5514ef9148b..cd95f263b85 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/pcic +.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \ + ${.CURDIR}/../../dev/pccard KMOD= pcic SRCS= i82365.c i82365_isa.c \ device_if.h bus_if.h isa_if.h power_if.h card_if.h