diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-20 00:11:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-20 00:11:27 +0000 |
commit | dda8cda7c5b4ddeb141d543612c8fc09ab69903f (patch) | |
tree | fa92730e3fa8d3d393cc5af835575d7dfed82273 /net | |
parent | 3dfb0631542c87426faebb4c0ced78dca8696124 (diff) | |
download | pkgsrc-dda8cda7c5b4ddeb141d543612c8fc09ab69903f.tar.gz |
It is BUILD_TARGET, not ALL_TARGET.
Diffstat (limited to 'net')
-rw-r--r-- | net/hobbitclient/Makefile | 4 |
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" |