freebsd-dev/sys/modules/if_tuntap/Makefile
Kyle Evans bc9ea1ceb8 if_tuntap: remove if_{tun,tap}.ko -> if_tuntap.ko links
These drivers have been merged into a single if_tuntap in 13.0. The
compatibility links existed only for the interim and will be MFC'd along
with the if_tuntap merge shortly.

MFC after:	never
2019-10-21 20:28:38 +00:00

9 lines
120 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/net
KMOD= if_tuntap
SRCS= if_tuntap.c opt_inet.h opt_inet6.h
.include <bsd.kmod.mk>