From 3f770348b7be434393d4a294a7727d99bd363676 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 3 May 2005 20:41:53 +0000 Subject: 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. --- mk/tools/tools.Linux.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/tools/tools.Linux.mk') diff --git a/mk/tools/tools.Linux.mk b/mk/tools/tools.Linux.mk index d85c9b62d6c..2fcc38929e2 100644 --- a/mk/tools/tools.Linux.mk +++ b/mk/tools/tools.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Linux.mk,v 1.8 2005/05/03 16:30:34 jlam Exp $ +# $NetBSD: tools.Linux.mk,v 1.9 2005/05/03 20:41:53 jlam Exp $ # # System-supplied tools for the Linux operating system. @@ -83,6 +83,7 @@ TOOLS_PLATFORM.id?= /bin/id .elif exists(/usr/bin/id) TOOLS_PLATFORM.id?= /usr/bin/id .endif +TOOLS_PLATFORM.install?= /usr/bin/install TOOLS_PLATFORM.ldconfig?= /sbin/ldconfig TOOLS_PLATFORM.ln?= /bin/ln TOOLS_PLATFORM.ls?= /bin/ls -- cgit v1.2.3