summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-08-06 09:16:53 +0000
committerdougb <dougb@FreeBSD.org>2011-08-06 09:16:53 +0000
commit9d5fe42c4ea8bf40bcf707a9bbd43f0436f582ff (patch)
tree1778c79e6583aed8f24339cb7fce5ba410f8e601 /etc/Makefile
parenta2f14c3f0adcc93a23ffa2f6c5000beb40b46e5b (diff)
downloadFreeBSD-src-9d5fe42c4ea8bf40bcf707a9bbd43f0436f582ff.zip
FreeBSD-src-9d5fe42c4ea8bf40bcf707a9bbd43f0436f582ff.tar.gz
Rather than edit the nsswitch.conf file based on ${MK_NIS} == "no"
comment out the NIS _compat options by default, but leave them in the file for the convenience of users who want to enable it. Update the comment in the file accordingly. Reviewed by: ed Approved by: re (hrs)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index bfb5282..e7fa2d5 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -256,10 +256,6 @@ distribution:
${DESTDIR}/boot/device.hints
.endif
.endif
-.if ${MK_NIS} == "no"
- sed -i "" -e '/_compat:/d' -e 's/compat/files/' \
- ${DESTDIR}/etc/nsswitch.conf
-.endif
distrib-dirs:
mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
OpenPOWER on IntegriCloud