summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-24 07:40:03 +0000
committergrant <grant@pkgsrc.org>2003-09-24 07:40:03 +0000
commit960997be9dd1d8169a1b53def4db4602292c86c1 (patch)
treed82df073f2046764704b7c386124945b75e35ed7 /mk/defs.SunOS.mk
parenteffd32862c4f6b000e7521017a3d96c398391b59 (diff)
downloadpkgsrc-960997be9dd1d8169a1b53def4db4602292c86c1.tar.gz
back out revision 1.67, as it does not work as it should due to the
way the buildlink2 wrappers are implemented.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 21ef96644e3..956f0519bad 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,25 +1,7 @@
-# $NetBSD: defs.SunOS.mk,v 1.68 2003/09/23 07:26:24 grant Exp $
+# $NetBSD: defs.SunOS.mk,v 1.69 2003/09/24 07:40:03 grant Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
-# override AS, AR, CPP and LD unless they are an absolute path to
-# avoid relying on /usr/ccs/{bin,lib} in the $PATH.
-.if !defined(AS) || empty(AS:M/*)
-AS= /usr/ccs/bin/as
-.endif
-
-.if !defined(AR) || empty(AR:M/*)
-AR= /usr/ccs/bin/ar
-.endif
-
-.if !defined(CPP) || empty(CPP:M/*)
-CPP= /usr/ccs/lib/cpp
-.endif
-
-.if !defined(LD) || empty(LD:M/*)
-LD= /usr/ccs/bin/ld
-.endif
-
AWK?= /usr/bin/nawk
BASENAME?= /usr/bin/basename
CAT?= /usr/bin/cat