summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_tun
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-07-31 20:19:28 +0000
committerrwatson <rwatson@FreeBSD.org>2002-07-31 20:19:28 +0000
commit36af78ef019638e1145a88befcbeb48dce65f3cc (patch)
tree5ea0bd520a691954ab1cea5696ad0681c01efce9 /sys/modules/if_tun
parentdea739f9839c0d837eb888857774dbba5e1fe783 (diff)
downloadFreeBSD-src-36af78ef019638e1145a88befcbeb48dce65f3cc.zip
FreeBSD-src-36af78ef019638e1145a88befcbeb48dce65f3cc.tar.gz
The ppp and tunnel modules now rely on opt_mac.h. Missed in a previous
commit. Submitted by: Anders Andersson <anders@hack.org>
Diffstat (limited to 'sys/modules/if_tun')
-rw-r--r--sys/modules/if_tun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index e849c15..eee5ab4 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
-SRCS= if_tun.c opt_inet.h vnode_if.h
+SRCS= if_tun.c opt_inet.h opt_mac.h vnode_if.h
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
OpenPOWER on IntegriCloud