summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2009-12-14 20:47:23 +0000
committermatt <matt@NetBSD.org>2009-12-14 20:47:23 +0000
commit3e92ea973d1f5e8b5aabe15ae98b3312496eabce (patch)
tree62ee47e1fca9e1ed0ba18633dd2ca6f490852a68 /Makefile
parentcf77f58787090283da8b94a1a87ea7c2618cb7a5 (diff)
downloadbsdgames-darwin-3e92ea973d1f5e8b5aabe15ae98b3312496eabce.tar.gz
bsdgames-darwin-3e92ea973d1f5e8b5aabe15ae98b3312496eabce.tar.zst
bsdgames-darwin-3e92ea973d1f5e8b5aabe15ae98b3312496eabce.zip
Fix bad merge. (SUBDIR= != SUBDIR +=)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fbaaebe1..887b70cd 100644
--- a/Makefile
+++ b/Makefile
@@ -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 @@ SUBDIR= adventure arithmetic atc \
wargames worm worms wtf wump
.if ${MKCXX} != "no"
-SUBDIR= dab
+SUBDIR+= dab
.endif
.include <bsd.subdir.mk>