summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tun
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-07-06 19:23:32 +0000
committerdes <des@FreeBSD.org>1999-07-06 19:23:32 +0000
commit3c4a5a075de68863e7f083e95007a8669ff54a1d (patch)
tree04c67d5ff85a81c06638fa69415cc80858136f6c /sys/modules/if_tun
parent71fd17e057eaec0ab952eb46cd1d1dcd78b8183a (diff)
downloadFreeBSD-src-3c4a5a075de68863e7f083e95007a8669ff54a1d.zip
FreeBSD-src-3c4a5a075de68863e7f083e95007a8669ff54a1d.tar.gz
Rename bpfilter to bpf.
Diffstat (limited to 'sys/modules/if_tun')
-rw-r--r--sys/modules/if_tun/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index 1f33fe2..153a41e 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -1,19 +1,19 @@
-# $Id: Makefile,v 1.8 1999/01/17 20:53:47 peter Exp $
+# $Id: Makefile,v 1.9 1999/04/28 01:18:08 msmith Exp $
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
-SRCS= if_tun.c bpfilter.h opt_devfs.h opt_inet.h tun.h vnode_if.h
+SRCS= if_tun.c bpf.h opt_devfs.h opt_inet.h tun.h vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
-NBPFILTER?= 1
+NBPF?= 1
NTUN?= 2
CFLAGS+= ${PROTOS}
-CLEANFILES+= bpfilter.h opt_devfs.h opt_inet.h tun.h
+CLEANFILES+= bpf.h opt_devfs.h opt_inet.h tun.h
-bpfilter.h:
- echo "#define NBPFILTER ${NBPFILTER}" > bpfilter.h
+bpf.h:
+ echo "#define NBPF ${NBPF}" > bpf.h
opt_devfs.h:
touch opt_devfs.h
OpenPOWER on IntegriCloud