summaryrefslogtreecommitdiff
path: root/mk/platform/UnixWare.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/platform/UnixWare.mk')
-rw-r--r--mk/platform/UnixWare.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/mk/platform/UnixWare.mk b/mk/platform/UnixWare.mk
index ac136bc3875..667e86bc666 100644
--- a/mk/platform/UnixWare.mk
+++ b/mk/platform/UnixWare.mk
@@ -1,4 +1,4 @@
-# $NetBSD: UnixWare.mk,v 1.7 2005/01/28 21:05:59 jlam Exp $
+# $NetBSD: UnixWare.mk,v 1.8 2005/03/18 18:16:35 tv Exp $
#
# Variable definitions for the UnixWare 7 operating system.
@@ -146,11 +146,8 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG=
# incompatible.
_INCOMPAT_ICONV= UnixWare-*-*
-# XXX Where are those variables used?
-.if (!defined(INSTALL_UNSTRIPPED) || empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) && !defined(DEBUG_FLAGS)
-_STRIPFLAG_CC?= # cc(1) option to strip
-_STRIPFLAG_INSTALL?= # install(1) option to strip
-.endif
+_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U} # cc(1) option to strip
+_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U} # install(1) option to strip
LOCALBASE?= ${DESTDIR}/usr/pkg