summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
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 /security/tcp_wrappers
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 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index 2ee1c314488..d8e2cbd2de4 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:13 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/12/03 15:15:09 wiz Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.1
PKGNAME= tcp_wrappers-7.6.1
@@ -19,16 +19,16 @@ BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
-ALL_TARGET.${OPSYS}?= generic # good luck!
-ALL_TARGET.Darwin= netbsd
-ALL_TARGET.Interix= netbsd
-ALL_TARGET.Linux= ${LOWER_OPSYS}
+BUILD_TARGET.${OPSYS}?= generic # good luck!
+BUILD_TARGET.Darwin= netbsd
+BUILD_TARGET.Interix= netbsd
+BUILD_TARGET.Linux= ${LOWER_OPSYS}
.if !empty(OPSYS:M*BSD)
-ALL_TARGET.${OPSYS}= netbsd
+BUILD_TARGET.${OPSYS}= netbsd
.endif
-ALL_TARGET.SunOS= sunos5
-ALL_TARGET.IRIX= ${LOWER_OPSYS:C|\..*||}
-ALL_TARGET= ${ALL_TARGET.${OPSYS}}
+BUILD_TARGET.SunOS= sunos5
+BUILD_TARGET.IRIX= ${LOWER_OPSYS:C|\..*||}
+BUILD_TARGET= ${ALL_TARGET.${OPSYS}}
.if defined(USE_INET6) && !empty(USE_INET6:M[yY][eE][sS])
. if !empty(OPSYS:M*BSD)