freebsd-nq/sys/modules/if_tun/Makefile
Bruce Evans b63c1a6ce1 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.
2000-09-26 19:25:14 +00:00

12 lines
171 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
SRCS= if_tun.c opt_inet.h vnode_if.h
NOMAN=
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.include <bsd.kmod.mk>