From ebef2a1a6abd2113bfe0ae40764bf1084976cc64 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 10 May 2005 19:56:51 +0000 Subject: Remove conditional expression from tools.*.mk files. Strip handling has moved to its own file, and we only need to define TOOLS_PLATFORM.strip if it actually exists on the system. --- mk/tools/tools.OSF1.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mk/tools/tools.OSF1.mk') diff --git a/mk/tools/tools.OSF1.mk b/mk/tools/tools.OSF1.mk index 742b88b1e89..428f599dab6 100644 --- a/mk/tools/tools.OSF1.mk +++ b/mk/tools/tools.OSF1.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.OSF1.mk,v 1.6 2005/05/04 06:42:43 jlam Exp $ +# $NetBSD: tools.OSF1.mk,v 1.7 2005/05/10 19:56:51 jlam Exp $ # # System-supplied tools for the OSF/1 operating system. @@ -42,8 +42,7 @@ TOOLS_PLATFORM.rm?= /bin/rm TOOLS_PLATFORM.rmdir?= /bin/rmdir TOOLS_PLATFORM.sh?= /bin/ksh TOOLS_PLATFORM.sort?= /usr/bin/sort -TOOLS_PLATFORM.strip?= \ - ${_INSTALL_UNSTRIPPED:D${TOOLS_PLATFORM.true}:U/usr/ccs/bin/strip} +TOOLS_PLATFORM.strip?= /usr/ccs/bin/strip TOOLS_PLATFORM.tail?= /usr/bin/tail TOOLS_PLATFORM.tee?= /usr/bin/tee TOOLS_PLATFORM.test?= test # shell builtin -- cgit v1.2.3