bc9ea1ceb8
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
9 lines
120 B
Makefile
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>
|