summaryrefslogtreecommitdiff
path: root/mk/platform/AIX.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-03 20:41:53 +0000
committerjlam <jlam@pkgsrc.org>2005-05-03 20:41:53 +0000
commitcd728ad6681c9165fa4e8b297d04ed5bdb5e1257 (patch)
tree36fa4f0df1a28f6cf6d6d681bd6844d2218dc39f /mk/platform/AIX.mk
parenta493a84f84fe571aceedc4e2760fcd578a2c82e0 (diff)
downloadpkgsrc-cd728ad6681c9165fa4e8b297d04ed5bdb5e1257.tar.gz
Teach the new tools framework about INSTALL and set the appropriate
default value for each platform. Currently, the replacement tools comes from sysutils/coreutils, but where there is no native BSD install program, bootstrap-pkgsrc should probably be made to provide an install shell script as an alternative, and mk/tools/bootstrap.mk should be amended accordingly. Also remove one use of ${TYPE} in pkgsrc (bsd.pkg.mk) under the new tools framework.
Diffstat (limited to 'mk/platform/AIX.mk')
-rw-r--r--mk/platform/AIX.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk
index 55afb23b4ac..5ec7e0db990 100644
--- a/mk/platform/AIX.mk
+++ b/mk/platform/AIX.mk
@@ -1,12 +1,9 @@
-# $NetBSD: AIX.mk,v 1.15 2005/05/03 18:30:12 jlam Exp $
+# $NetBSD: AIX.mk,v 1.16 2005/05/03 20:41:53 jlam Exp $
#
# Variable definitions for the AIX operating system.
CPP?= ${LOCALBASE}/bin/cpp
ECHO_N?= ${ECHO} -n
-#.if ${INSTALL} == "install"
-INSTALL= ${LOCALBASE}/bin/install-sh
-#.endif
PKGLOCALEDIR?= share
PS?= /bin/ps
# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
@@ -68,6 +65,9 @@ GZIP_CMD?= ${LOCALBASE}/bin/gzip -nf ${GZIP}
HEAD?= /usr/bin/head
HOSTNAME_CMD?= /bin/hostname
ID?= /usr/bin/id
+#.if ${INSTALL} == "install"
+INSTALL= ${LOCALBASE}/bin/install-sh
+#.endif
LDCONFIG?= /sbin/ldconfig
LN?= /bin/ln
LS?= /bin/ls