aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-11-01 00:48:06 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-11-01 00:48:06 +0000
commitd8b4f68815c3d97ace408bf06de475b75b87e91f (patch)
treebcd079227823722874d2baff70f5b69e6cf7e463 /sys
parentdc90cad9d2c8155cec52e0952a492162fb4d2c4e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/netgraph/iface/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/modules/netgraph/iface/Makefile b/sys/modules/netgraph/iface/Makefile
index a76106996ef0..ccd6fe85e1f0 100644
--- a/sys/modules/netgraph/iface/Makefile
+++ b/sys/modules/netgraph/iface/Makefile
@@ -2,21 +2,17 @@
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
KMOD= ng_iface
-SRCS= ng_iface.c bpfilter.h opt_inet.h opt_atalk.h opt_ipx.h
+SRCS= ng_iface.c opt_inet.h opt_atalk.h opt_ipx.h
MAN8= ng_iface.8
KMODDEPS= netgraph
-IFACE_FILTER?= 0 # 0/1 - requires bpf configured in kernel
IFACE_INET?= 1 # 0/1 - requires INET configured in kernel
IFACE_NETATALK?= 0 # 0/1 - requires NETATALK configured in kernel
IFACE_IPX?= 0 # 0/1 - requires IPX configured in kernel
CFLAGS+= ${PROTOS}
-CLEANFILES+= bpfilter.h opt_inet.h opt_atalk.h opt_ipx.h
-
-bpfilter.h:
- echo "#define NBPFILTER ${IFACE_FILTER}" > bpfilter.h
+CLEANFILES+= opt_inet.h opt_atalk.h opt_ipx.h
opt_inet.h:
touch opt_inet.h