From d8b4f68815c3d97ace408bf06de475b75b87e91f Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Mon, 1 Nov 1999 00:48:06 +0000 Subject: bpf need no longer be an option --- sys/modules/netgraph/iface/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/modules') 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 -- cgit v1.3