summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
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/netgraph
parentbc019cca2fb755ab66c54bc88a073e843b66bb55 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/cisco/Makefile2
-rw-r--r--sys/modules/netgraph/iface/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/netgraph/cisco/Makefile b/sys/modules/netgraph/cisco/Makefile
index 2a8d5be1a2c1..ba91dabeb3ff 100644
--- a/sys/modules/netgraph/cisco/Makefile
+++ b/sys/modules/netgraph/cisco/Makefile
@@ -12,8 +12,6 @@ IFACE_IPX?= 0 # 0/1 - requires IPX configured in kernel
CFLAGS+= ${PROTOS}
-CLEANFILES+= opt_inet.h opt_atalk.h opt_ipx.h
-
opt_inet.h:
touch opt_inet.h
.if ${IFACE_INET} > 0
diff --git a/sys/modules/netgraph/iface/Makefile b/sys/modules/netgraph/iface/Makefile
index ccd6fe85e1f0..cc5cc1ec310f 100644
--- a/sys/modules/netgraph/iface/Makefile
+++ b/sys/modules/netgraph/iface/Makefile
@@ -12,8 +12,6 @@ IFACE_IPX?= 0 # 0/1 - requires IPX configured in kernel
CFLAGS+= ${PROTOS}
-CLEANFILES+= opt_inet.h opt_atalk.h opt_ipx.h
-
opt_inet.h:
touch opt_inet.h
.if ${IFACE_INET} > 0