Unbreak world WITHOUT_NETGRAPH.

PR:		137487
Submitted by:	bf (previous version)
No objections:	net@
MFC after:	2 weeks
This commit is contained in:
Antoine Brodin 2010-01-16 12:20:26 +00:00
parent b3f9d8c804
commit 622008b65d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202440
2 changed files with 8 additions and 0 deletions

View File

@ -468,6 +468,11 @@ MK_MAILWRAPPER:= no
MK_SENDMAIL:= no
.endif
.if ${MK_NETGRAPH} == "no"
MK_ATM:= no
MK_BLUETOOTH:= no
.endif
.if ${MK_OPENSSL} == "no"
MK_OPENSSH:= no
MK_KERBEROS:= no

View File

@ -25,6 +25,9 @@ PPP_NO_SUID=
.if ${MK_ATM} == "no"
PPP_NO_ATM=
.endif
.if ${MK_NETGRAPH} == "no"
PPP_NO_NETGRAPH=
.endif
.if ${MK_PAM_SUPPORT} == "no"
PPP_NO_PAM=
.endif