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:
parent
dea739f983
commit
36af78ef01
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user