Module Name:    src
Committed By:   christos
Date:           Sat Aug  4 15:50:16 UTC 2012

Modified Files:
        src/usr.bin: Makefile

Log Message:
fix bogus test.


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/Makefile
diff -u src/usr.bin/Makefile:1.208 src/usr.bin/Makefile:1.209
--- src/usr.bin/Makefile:1.208	Wed Feb 15 23:52:47 2012
+++ src/usr.bin/Makefile	Sat Aug  4 11:50:16 2012
@@ -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= apply asa at audio audiocfg \
 
 SUBDIR+= ../external/zlib/pigz/bin/pigz
 
-.if MKMAKEMANDB == "no"
+.if (${MKMAKEMANDB} == "no")
 SUBDIR+= apropos whatis
 .endif
 

Reply via email to