aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-12-14 00:06:10 +0000
committerWarner Losh <imp@FreeBSD.org>2000-12-14 00:06:10 +0000
commitff93e72c080d4b8cc31a2644b5c863eb887447c0 (patch)
treea8d07e6ef2fd8cdbf2493232e9e2c77d5aded65e
parentea84acd6ad959063236173ba554330e06e6b6e92 (diff)
Notes
-rw-r--r--sys/modules/pcic/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 7c7ac2600708d..4202d044fcc6d 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,11 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard \
- ${.CURDIR}/../../pci
+.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
KMOD= pcic
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
- pcic_p.c pci_if.h power_if.h card_if.h power_if.c card_if.c
-# pcic_p above is a kludge.
+ power_if.h card_if.h power_if.c card_if.c
NOMAN=
.include <bsd.kmod.mk>