diff options
author | antoine <antoine@FreeBSD.org> | 2010-01-30 15:40:00 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-01-30 15:40:00 +0000 |
commit | 8f8fe6b19ecf4a741ffec800090a762d8fca0815 (patch) | |
tree | f6edbdd1e2f1cc41693e1ff32f17647ee501aa9e /share/mk | |
parent | 9ea404a5e06beb6c2e09f632d259cd0ac0e9b0cc (diff) | |
download | FreeBSD-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.mk | 5 |
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 |