mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
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
8 lines
120 B
Makefile
8 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>
|