summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-10-25 14:56:42 +0000
committerbapt <bapt@FreeBSD.org>2016-10-25 14:56:42 +0000
commitc4b2fbe745072868d11335cf07591abb0426b5b7 (patch)
tree1356344e69b5008072199c3c2aff8e44a60fdf42 /tools/build
parent39b733c4ad6b669cf610cc48fee7f64c39609457 (diff)
downloadFreeBSD-src-c4b2fbe745072868d11335cf07591abb0426b5b7.zip
FreeBSD-src-c4b2fbe745072868d11335cf07591abb0426b5b7.tar.gz
MFC r307786:
Do not install NIS program rc script if WITHOUT_NIS is set PR: 213375 Submitted by: sergey@akhmatov.ru
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index cade6ae..b21f32e 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -6059,6 +6059,13 @@ OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
.endif
.if ${MK_NIS} == no
+OLD_FILES+=etc/rc.d/ypbind
+OLD_FILES+=etc/rc.d/ypldap
+OLD_FILES+=etc/rc.d/yppasswdd
+OLD_FILES+=etc/rc.d/ypserv
+OLD_FILES+=etc/rc.d/ypset
+OLD_FILES+=etc/rc.d/ypupdated
+OLD_FILES+=etc/rc.d/ypxfrd
OLD_FILES+=usr/bin/ypcat
OLD_FILES+=usr/bin/ypchfn
OLD_FILES+=usr/bin/ypchpass
OpenPOWER on IntegriCloud