aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/fxp/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commit6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch)
treea75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/fxp/Makefile
parentbc019cca2fb755ab66c54bc88a073e843b66bb55 (diff)
Notes
Diffstat (limited to 'sys/modules/fxp/Makefile')
-rw-r--r--sys/modules/fxp/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile
index 42d41e7f1e47c..9285bb2d4131b 100644
--- a/sys/modules/fxp/Makefile
+++ b/sys/modules/fxp/Makefile
@@ -1,22 +1,8 @@
# $FreeBSD$
-S = ${.CURDIR}/../..
-.PATH: $S/pci
+.PATH: ${.CURDIR}/../../pci
KMOD = if_fxp
SRCS = if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h
-CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
-opt_bdg.h:
- touch opt_bdg.h
-
-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
-
-pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m
- perl $S/kern/makedevops.pl -h $S/pci/pci_if.m
-
.include <bsd.kmod.mk>