From 9a24dfc72e8cb7d6d52d27cf6cd92f9e0521c52d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 6 Aug 2005 06:57:25 +0000 Subject: [PATCH] Put hesiod.conf(5) under build option YES_HESIOD --- share/man/man5/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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