From e711ee946c5eaf97e92e8c09b0f571f9386f725b 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. --- net/tspc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/tspc/Makefile') diff --git a/net/tspc/Makefile b/net/tspc/Makefile index d1d5cb604a9..7bdb54c1661 100644 --- a/net/tspc/Makefile +++ b/net/tspc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/10/02 05:38:14 jonb Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= freenet6-client-1.0 @@ -23,7 +23,7 @@ TARGET= ${LOWER_OPSYS}8 TARGET= ${LOWER_OPSYS} .endif -ALL_TARGET= all target="${TARGET}" +BUILD_TARGET= all target="${TARGET}" INSTALL_TARGET= ${ALL_TARGET} DOWNLOAD= http://www.freenet6.net/cgi-bin/download.cgi?fn=${DISTNAME}${EXTRACT_SUFX} -- cgit v1.2.3