From 3b7b04fccc5c46d07ffbbcd9c0246fe5edb20306 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 27 Sep 1999 00:34:02 +0000 Subject: Don't generate 'bpf.h' since it's not used. --- sys/modules/if_tun/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/modules/if_tun') diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile index 038ef19..fe5ee29 100644 --- a/sys/modules/if_tun/Makefile +++ b/sys/modules/if_tun/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../net KMOD= if_tun -SRCS= if_tun.c bpf.h opt_devfs.h opt_inet.h tun.h vnode_if.h +SRCS= if_tun.c opt_devfs.h opt_inet.h tun.h vnode_if.h NOMAN= CLEANFILES+= vnode_if.h vnode_if.c @@ -10,10 +10,7 @@ NBPF?= 1 NTUN?= 2 CFLAGS+= ${PROTOS} -CLEANFILES+= bpf.h opt_devfs.h opt_inet.h tun.h - -bpf.h: - echo "#define NBPF ${NBPF}" > bpf.h +CLEANFILES+= opt_devfs.h opt_inet.h tun.h opt_devfs.h: touch opt_devfs.h -- cgit v1.1