aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 06:57:25 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 06:57:25 +0000
commit9a24dfc72e8cb7d6d52d27cf6cd92f9e0521c52d (patch)
treec66db21832737421a037ae8534dfdd06b5aa5c27 /share/man
parentf7ab1209d3629766ceedf5a177b1b0ea002fed53 (diff)
downloadsrc-9a24dfc72e8cb7d6d52d27cf6cd92f9e0521c52d.tar.gz
src-9a24dfc72e8cb7d6d52d27cf6cd92f9e0521c52d.zip
Put hesiod.conf(5) under build option YES_HESIOD
Notes
Notes: svn path=/head/; revision=148781
Diffstat (limited to 'share/man')
-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 be3af326c00c..e3367a649c53 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>