Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin fix bogus test.



details:   https://anonhg.NetBSD.org/src/rev/dc5a976325a6
branches:  trunk
changeset: 780722:dc5a976325a6
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Aug 04 15:50:16 2012 +0000

description:
fix bogus test.

diffstat:

 usr.bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 49b02a07eec9 -r dc5a976325a6 usr.bin/Makefile
--- a/usr.bin/Makefile  Sat Aug 04 15:17:16 2012 +0000
+++ b/usr.bin/Makefile  Sat Aug 04 15:50:16 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.208 2012/02/16 04:52:47 jmmv Exp $
+#      $NetBSD: Makefile,v 1.209 2012/08/04 15:50:16 christos Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -36,7 +36,7 @@
 
 SUBDIR+= ../external/zlib/pigz/bin/pigz
 
-.if MKMAKEMANDB == "no"
+.if (${MKMAKEMANDB} == "no")
 SUBDIR+= apropos whatis
 .endif
 



Home | Main Index | Thread Index | Old Index