summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-12-09 00:22:34 +0000
committerarchie <archie@FreeBSD.org>1999-12-09 00:22:34 +0000
commitde2dc6165a1345f1d4a3921f7d87f1f294f4f3c2 (patch)
treece11f0f9b7568963383b760ab6da57f7088e0073 /sys/modules/netgraph
parentfd1d27ccf871f76daebc50eb43e9a8c911493119 (diff)
downloadFreeBSD-src-de2dc6165a1345f1d4a3921f7d87f1f294f4f3c2.zip
FreeBSD-src-de2dc6165a1345f1d4a3921f7d87f1f294f4f3c2.tar.gz
Fix 'make clean'
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/iface/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/netgraph/iface/Makefile b/sys/modules/netgraph/iface/Makefile
index cc5cc1e..ccd6fe8 100644
--- a/sys/modules/netgraph/iface/Makefile
+++ b/sys/modules/netgraph/iface/Makefile
@@ -12,6 +12,8 @@ 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
OpenPOWER on IntegriCloud