1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/net 4 5KMOD= if_tuntap 6SRCS= if_tuntap.c opt_inet.h opt_inet6.h 7 8.include <bsd.kmod.mk> 9