summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tun
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-27 00:34:02 +0000
committerpeter <peter@FreeBSD.org>1999-09-27 00:34:02 +0000
commit3b7b04fccc5c46d07ffbbcd9c0246fe5edb20306 (patch)
tree7b4a506a66cd76e9ce362bf9829d796b61e08ef4 /sys/modules/if_tun
parentb09937d8f3744997aab502521d1c0e3d115fcf44 (diff)
downloadFreeBSD-src-3b7b04fccc5c46d07ffbbcd9c0246fe5edb20306.zip
FreeBSD-src-3b7b04fccc5c46d07ffbbcd9c0246fe5edb20306.tar.gz
Don't generate 'bpf.h' since it's not used.
Diffstat (limited to 'sys/modules/if_tun')
-rw-r--r--sys/modules/if_tun/Makefile7
1 files changed, 2 insertions, 5 deletions
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
OpenPOWER on IntegriCloud