1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

Put hesiod.conf(5) under build option YES_HESIOD

This commit is contained in:
Poul-Henning Kamp 2005-08-06 06:57:25 +00:00
parent f7ab1209d3
commit 9a24dfc72e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148781

View File

@ -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>