summaryrefslogtreecommitdiffstats
path: root/sys/modules/pcic
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commitd7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch)
tree18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/pcic
parent927cbd2a6cdb5a394f334292d5ba382cf783967f (diff)
downloadFreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip
FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/pcic')
-rw-r--r--sys/modules/pcic/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 88e313f..e4d22ef 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,20 +1,9 @@
# $FreeBSD$
-S = ${.CURDIR}/../..
.PATH: ${.CURDIR}/../../dev/pcic
KMOD= pcic
SRCS= i82365.c i82365_isa.c i82365_isasubr.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