summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-05-19 23:56:26 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-05-19 23:56:26 +0000
commit07e547fe269ed033815731e88297af5409ebad28 (patch)
treef2b8d9c39ec13545accae0a0ea0f50a8a1a7dc03 /gnu/usr.bin/Makefile
parent56b6785885762d95982f62ba0189b67005e13cb4 (diff)
downloadsrc-test2-07e547fe269ed033815731e88297af5409ebad28.tar.gz
src-test2-07e547fe269ed033815731e88297af5409ebad28.zip
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
-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 18add27e5277..17ee26ffd2fd 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -39,7 +39,7 @@ _grep= grep
_texinfo= texinfo
.endif
-.if ${MK_MAN} != "no"
+.if ${MK_MAN_UTILS} != "no"
_man= man
.endif