summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-30 15:40:00 +0000
committerantoine <antoine@FreeBSD.org>2010-01-30 15:40:00 +0000
commit8f8fe6b19ecf4a741ffec800090a762d8fca0815 (patch)
treef6edbdd1e2f1cc41693e1ff32f17647ee501aa9e /share/mk
parent9ea404a5e06beb6c2e09f632d259cd0ac0e9b0cc (diff)
downloadFreeBSD-src-8f8fe6b19ecf4a741ffec800090a762d8fca0815.zip
FreeBSD-src-8f8fe6b19ecf4a741ffec800090a762d8fca0815.tar.gz
MFC r202440 to stable/8:
Unbreak world WITHOUT_NETGRAPH. PR: 137487 Submitted by: bf (previous version) No objections: net@
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk5
1 files changed, 5 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
OpenPOWER on IntegriCloud