summaryrefslogtreecommitdiff
path: root/mk/tools/tools.OSF1.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-10 19:56:51 +0000
committerjlam <jlam>2005-05-10 19:56:51 +0000
commitebef2a1a6abd2113bfe0ae40764bf1084976cc64 (patch)
treeb4c75a92e415ed6f692e74389fcf8b4196edc391 /mk/tools/tools.OSF1.mk
parentdce391997d1868259dfd40f247b2d2064e9e11b1 (diff)
downloadpkgsrc-ebef2a1a6abd2113bfe0ae40764bf1084976cc64.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.OSF1.mk')
-rw-r--r--mk/tools/tools.OSF1.mk5
1 files changed, 2 insertions, 3 deletions
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