From 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- games/rocksndiamonds/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/rocksndiamonds') diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index c5d86d7412d..b8ccbf8ef81 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/03/08 08:43:33 adam Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:14:57 wiz Exp $ # .include "Makefile.common" @@ -6,8 +6,8 @@ COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (X11 build) .if ${OPSYS} == "SunOS" -ALL_TARGET= solaris +BUILD_TARGET= solaris .else -ALL_TARGET= x11 +BUILD_TARGET= x11 .endif CONFLICTS= rocksndiamonds-sdl-[1-9]* -- cgit v1.2.3