aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_tun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_tun/Makefile')
-rw-r--r--sys/modules/if_tun/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index 1c804e12c02f..e94f835dd5ac 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -3,8 +3,7 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
-SRCS= if_tun.c opt_atalk.h opt_inet.h opt_inet6.h opt_ipx.h opt_mac.h \
- vnode_if.h
+SRCS= if_tun.c opt_atalk.h opt_inet.h opt_inet6.h opt_ipx.h opt_mac.h
opt_atalk.h:
echo "#define NETATALK 1" > ${.TARGET}