freebsd-dev/sys/modules/if_tun/Makefile
Robert Watson 5aae45c2e6 The ppp and tunnel modules now rely on opt_mac.h. Missed in a previous
commit.

Submitted by:	Anders Andersson <anders@hack.org>
2002-07-31 20:19:28 +00:00

12 lines
175 B
Makefile

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