aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-02-13 20:10:34 +0000
committerWarner Losh <imp@FreeBSD.org>2006-02-13 20:10:34 +0000
commit3b77fdbf7367f28c9942f30a290fd11557021fd7 (patch)
tree035eaf4c4620c1fba8826643661427cdf557e9e5 /share/man/man5/Makefile
parent1d384e3a1ac72b08be6a28a19fbeb8585cba44c7 (diff)
downloadsrc-3b77fdbf7367f28c9942f30a290fd11557021fd7.tar.gz
src-3b77fdbf7367f28c9942f30a290fd11557021fd7.zip
Remove pccard variables which are no longer supported after the move
to NEWCARD.
Notes
Notes: svn path=/head/; revision=155611
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