The ppp and tunnel modules now rely on opt_mac.h. Missed in a previous

commit.

Submitted by:	Anders Andersson <anders@hack.org>
This commit is contained in:
Robert Watson 2002-07-31 20:19:28 +00:00
parent f739b33f57
commit 5aae45c2e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101113
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
KMOD= if_ppp
SRCS= if_ppp.c ppp_tty.c slcompress.c \
opt_inet.h opt_ipx.h opt_ppp.h ppp.h vnode_if.h
opt_inet.h opt_ipx.h opt_mac.h opt_ppp.h ppp.h vnode_if.h
NPPP?= 2
PPP_BSDCOMP?= 1 # 0/1

View File

@ -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}