summaryrefslogtreecommitdiff
path: root/net/arping
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
committerwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
commit6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch)
tree8f483a3c4a5e5f1691642df617cb7138d1cf8187 /net/arping
parenta1052f051eabb24e35ae6af3a4b193d6e8682662 (diff)
downloadpkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'net/arping')
-rw-r--r--net/arping/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile
index f85294491d6..372b79aa1eb 100644
--- a/net/arping/Makefile
+++ b/net/arping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/19 16:39:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:05 wiz Exp $
#
DISTNAME= arping-2.01
@@ -16,15 +16,15 @@ NO_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
-ALL_TARGET= openbsd
+BUILD_TARGET= openbsd
.elif ${OPSYS} == "Linux"
-ALL_TARGET= linux
+BUILD_TARGET= linux
.elif ${OPSYS} == "FreeBSD"
-ALL_TARGET= freebsd
+BUILD_TARGET= freebsd
.elif ${OPSYS} == "SunOS"
-ALL_TARGET= solaris
+BUILD_TARGET= solaris
.elif ${OPSYS} == "Darwin"
-ALL_TARGET= macosx
+BUILD_TARGET= macosx
.endif
.include "../../devel/libnet/buildlink3.mk"