]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/if_tun/Makefile
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and update
[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>