aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man5/Makefile')
-rw-r--r--share/man/man5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 4bc032a9dcbb..7b1b6ca67e6f 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
+.include <bsd.init.mk>
+
#MISSING: dump.5 plot.5
MAN= acct.5 \
a.out.5 \
@@ -66,7 +68,7 @@ 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)
+.if ${FBSD_MK_HESIOD} == "yes"
MAN+= hesiod.conf.5
.endif