summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tun
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
committerimp <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
commitb4eda5e471c2e09dc054bb4735ae21536274c22b (patch)
tree4c38b10bc6ce7f8c7ece80c40a8a7865e8437611 /sys/modules/if_tun
parentec37c0493e4b5241fe5091f0c4b87d11e2ea21f5 (diff)
downloadFreeBSD-src-b4eda5e471c2e09dc054bb4735ae21536274c22b.zip
FreeBSD-src-b4eda5e471c2e09dc054bb4735ae21536274c22b.tar.gz
We don't need to generate vnode_if.h anymore
Diffstat (limited to 'sys/modules/if_tun')
-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 1c804e1..e94f835 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}
OpenPOWER on IntegriCloud