]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/if_tun/Makefile
Initial googlemock/googletest integration into the build/FreeBSD test suite
[FreeBSD/FreeBSD.git] / sys / modules / if_tun / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/net
4
5 KMOD=   if_tun
6 SRCS=   if_tun.c opt_inet.h opt_inet6.h
7
8 .include <bsd.kmod.mk>