Module Name: src
Committed By: christos
Date: Wed Apr 8 17:24:55 UTC 2009
Modified Files:
src/external/gpl2: Makefile
Log Message:
fix closing paren
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/Makefile
diff -u src/external/gpl2/Makefile:1.4 src/external/gpl2/Makefile:1.5
--- src/external/gpl2/Makefile:1.4 Wed Apr 8 12:30:12 2009
+++ src/external/gpl2/Makefile Wed Apr 8 13:24:55 2009
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/04/08 16:30:12 christos Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/08 17:24:55 christos Exp $
.include <bsd.own.mk>
-.if (${MKCVS} != "no"
+.if (${MKCVS} != "no")
SUBDIR+= xcvs
.endif
.if (${MKLVM} != "no")