summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-05-25 20:32:30 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-05-25 20:32:30 +0000
commit4e46d43fc368f80b06fbae57d1e57b2191c120ce (patch)
tree88f6bba58afc1b259d1071f046d1bd16803c173f /gnu
parent9e5896f7d7a0a4c2aa71e170309728c09c208296 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index fe03a6a86a90..c84221e67a03 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -38,7 +38,7 @@ _cvs= cvs
_texinfo= texinfo
.endif
-.if ${MK_MAN} != "no"
+.if ${MK_MAN_UTILS} != "no"
_man= man
.endif