summaryrefslogtreecommitdiffstats
path: root/sys/modules/pccard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/pccard/Makefile')
-rw-r--r--sys/modules/pccard/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/modules/pccard/Makefile b/sys/modules/pccard/Makefile
index 4ccb6d9..a556519 100644
--- a/sys/modules/pccard/Makefile
+++ b/sys/modules/pccard/Makefile
@@ -1,20 +1,9 @@
# $FreeBSD$
-S = ${.CURDIR}/../..
.PATH: ${.CURDIR}/../../dev/pccard
KMOD= pccard
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
device_if.h bus_if.h isa_if.h
-CLEANFILES+= device_if.h bus_if.h isa_if.h
NOMAN=
-device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m
- perl $S/kern/makedevops.pl -h $S/kern/device_if.m
-
-bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
- perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
-
-isa_if.h: $S/kern/makedevops.pl $S/isa/isa_if.m
- perl $S/kern/makedevops.pl -h $S/isa/isa_if.m
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud