summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-06 06:57:25 +0000
committerphk <phk@FreeBSD.org>2005-08-06 06:57:25 +0000
commite9468c65532d1fe2f9cce67495e244703ba8007b (patch)
treec66db21832737421a037ae8534dfdd06b5aa5c27 /share
parent20873c8f6fce1bafc2a038811c8b15062aba0dc6 (diff)
downloadFreeBSD-src-e9468c65532d1fe2f9cce67495e244703ba8007b.zip
FreeBSD-src-e9468c65532d1fe2f9cce67495e244703ba8007b.tar.gz
Put hesiod.conf(5) under build option YES_HESIOD
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index be3af32..e3367a6 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -23,7 +23,6 @@ MAN= acct.5 \
fs.5 \
fstab.5 \
group.5 \
- hesiod.conf.5 \
hosts.5 \
hosts.equiv.5 \
hosts.lpd.5 \
@@ -65,4 +64,8 @@ MLINKS+=quota.user.5 quota.group.5
MLINKS+=resolver.5 resolv.conf.5
MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
+.if defined(YES_HESIOD)
+MAN+= hesiod.conf.5
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud