diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2010-05-19 23:56:26 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2010-05-19 23:56:26 +0000 |
commit | 07e547fe269ed033815731e88297af5409ebad28 (patch) | |
tree | f2b8d9c39ec13545accae0a0ea0f50a8a1a7dc03 /gnu/usr.bin/Makefile | |
parent | 56b6785885762d95982f62ba0189b67005e13cb4 (diff) | |
download | src-test2-07e547fe269ed033815731e88297af5409ebad28.tar.gz src-test2-07e547fe269ed033815731e88297af5409ebad28.zip |
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
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 |