Module Name:    src
Committed By:   matt
Date:           Mon Dec 14 20:47:23 UTC 2009

Modified Files:
        src/games: Makefile

Log Message:
Fix bad merge.  (SUBDIR= != SUBDIR +=)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/games/Makefile

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

Modified files:

Index: src/games/Makefile
diff -u src/games/Makefile:1.25 src/games/Makefile:1.26
--- src/games/Makefile:1.25	Mon Dec 14 12:43:48 2009
+++ src/games/Makefile	Mon Dec 14 20:47:23 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.25 2009/12/14 12:43:48 uebayasi Exp $
+#	$NetBSD: Makefile,v 1.26 2009/12/14 20:47:23 matt Exp $
 #	@(#)Makefile	8.3 (Berkeley) 7/24/94
 
 # Missing: dungeon warp
@@ -17,7 +17,7 @@
 	wargames worm worms wtf wump
 
 .if ${MKCXX} != "no"
-SUBDIR=	dab 
+SUBDIR+=	dab 
 .endif
 
 .include <bsd.subdir.mk>

Reply via email to