diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/Makefile | 5 |
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> |