Fix bad merge. (SUBDIR= != SUBDIR +=)
This commit is contained in:
parent
f3848e2eb2
commit
e7e033198e
@ -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
|
# @(#)Makefile 8.3 (Berkeley) 7/24/94
|
||||||
|
|
||||||
# Missing: dungeon warp
|
# Missing: dungeon warp
|
||||||
@ -17,7 +17,7 @@ SUBDIR= adventure arithmetic atc \
|
|||||||
wargames worm worms wtf wump
|
wargames worm worms wtf wump
|
||||||
|
|
||||||
.if ${MKCXX} != "no"
|
.if ${MKCXX} != "no"
|
||||||
SUBDIR= dab
|
SUBDIR+= dab
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user