xref: /freebsd-12.1/sys/modules/if_tun/Makefile (revision 00a91cb7)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	if_tun
6SRCS=	if_tun.c opt_inet.h opt_mac.h vnode_if.h
7
8opt_inet.h:
9	echo "#define INET 1" > ${.TARGET}
10
11.include <bsd.kmod.mk>
12