summaryrefslogtreecommitdiff
path: root/net/arping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/arping/Makefile')
-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"