summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-20 00:11:27 +0000
committerwiz <wiz>2005-02-20 00:11:27 +0000
commit360cc1d5e0facad44ea404b52d67784134f14eef (patch)
treefa92730e3fa8d3d393cc5af835575d7dfed82273 /net
parent051f998e05de416706352b7325cec0bd63f85c58 (diff)
downloadpkgsrc-360cc1d5e0facad44ea404b52d67784134f14eef.tar.gz
It is BUILD_TARGET, not ALL_TARGET.
Diffstat (limited to 'net')
-rw-r--r--net/hobbitclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile
index f76c396d397..32333cae87d 100644
--- a/net/hobbitclient/Makefile
+++ b/net/hobbitclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/16 08:51:46 manu Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/20 00:11:27 wiz Exp $
#
DISTNAME= hobbitclient-0.3
@@ -11,6 +11,6 @@ HOMEPAGE= http://hobbitmon.sourceforge.net/
COMMENT= Client for Hobbit Monitor or Big brother
GNU_CONFIGURE= yes
-ALL_TARGET= hobbitc
+BUILD_TARGET= hobbitc
.include "../../mk/bsd.pkg.mk"