diff options
author | grant <grant> | 2003-09-24 07:40:03 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-24 07:40:03 +0000 |
commit | 30566f6e56258b4b475daf74f47aa5e1c146722b (patch) | |
tree | d82df073f2046764704b7c386124945b75e35ed7 /mk/defs.SunOS.mk | |
parent | 64588c4657f6fc35c1ed49311460bad392407801 (diff) | |
download | pkgsrc-30566f6e56258b4b475daf74f47aa5e1c146722b.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.mk | 20 |
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 |