Removed fresh garbage (vestiges of old way of configuring number of

units), mature garbage (vestiges of old way of configuring bpf) and
old garbage (vestiges of old way of configuring INET).

Fixed most style bugs.
This commit is contained in:
Bruce Evans 2000-09-26 19:25:14 +00:00
parent f0f9985b11
commit b63c1a6ce1
1 changed files with 4 additions and 9 deletions

View File

@ -5,12 +5,7 @@ KMOD= if_tun
SRCS= if_tun.c opt_inet.h vnode_if.h
NOMAN=
NBPF?= 1
NTUN?= 2
CFLAGS+= ${PROTOS}
opt_inet.h:
echo "#define INET 1" > opt_inet.h
echo "#define INET 1" > ${.TARGET}
.include <bsd.kmod.mk>