freebsd-dev/sys/modules/if_tun/Makefile

12 lines
165 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
SRCS= if_tun.c opt_inet.h vnode_if.h
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.include <bsd.kmod.mk>