summaryrefslogtreecommitdiff
path: root/mk/tools/tools.Darwin.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-10 19:56:51 +0000
committerjlam <jlam>2005-05-10 19:56:51 +0000
commit9f9a1788d7390512b5fbb8bdbf684e46149e5ab7 (patch)
treeb4c75a92e415ed6f692e74389fcf8b4196edc391 /mk/tools/tools.Darwin.mk
parentcc8018beb74d2ac9fd27de44f53cb2915fc25381 (diff)
downloadpkgsrc-9f9a1788d7390512b5fbb8bdbf684e46149e5ab7.tar.gz
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.
Diffstat (limited to 'mk/tools/tools.Darwin.mk')
-rw-r--r--mk/tools/tools.Darwin.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index ebca2ccc5e3..40106ebf9da 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.8 2005/05/04 06:42:43 jlam Exp $
+# $NetBSD: tools.Darwin.mk,v 1.9 2005/05/10 19:56:51 jlam Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -49,8 +49,7 @@ TOOLS_PLATFORM.rmdir?= /bin/rmdir
TOOLS_PLATFORM.sed?= /usr/bin/sed
TOOLS_PLATFORM.sh?= /bin/sh
TOOLS_PLATFORM.sort?= /usr/bin/sort
-TOOLS_PLATFORM.strip?= \
- ${_INSTALL_UNSTRIPPED:D${TOOLS_PLATFORM.true}:U/usr/bin/strip}
+TOOLS_PLATFORM.strip?= /usr/bin/strip
TOOLS_PLATFORM.tail?= /usr/bin/tail
TOOLS_PLATFORM.tee?= /usr/bin/tee
TOOLS_PLATFORM.test?= test # shell builtin