summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-16 12:20:26 +0000
committerantoine <antoine@FreeBSD.org>2010-01-16 12:20:26 +0000
commit88ba3732f5948342b2d3b1db698698190dede57e (patch)
tree939b72e73d75d2755955d6eaabc19d0a5a22aa32
parentba210e8afeaa37ea1ef734f819f57abf75cb7689 (diff)
downloadFreeBSD-src-88ba3732f5948342b2d3b1db698698190dede57e.zip
FreeBSD-src-88ba3732f5948342b2d3b1db698698190dede57e.tar.gz
Unbreak world WITHOUT_NETGRAPH.
PR: 137487 Submitted by: bf (previous version) No objections: net@ MFC after: 2 weeks
-rw-r--r--share/mk/bsd.own.mk5
-rw-r--r--usr.sbin/ppp/Makefile3
2 files changed, 8 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 4206969..84ae433 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -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
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index e8ae0e3..11003d7 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -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
OpenPOWER on IntegriCloud