From 2645caa9c14d5c3acb227dbeb81eec3eb65655cf Mon Sep 17 00:00:00 2001 From: jschauma Date: Mon, 31 Mar 2003 02:58:01 +0000 Subject: ${UNAME} -p is a good value for LOWER_ARCH on Irix as well. --- mk/bsd.prefs.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/bsd.prefs.mk') diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 1cfe207bfe2..457460efa8e 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.108 2003/03/28 21:16:10 wiz Exp $ +# $NetBSD: bsd.prefs.mk,v 1.109 2003/03/31 02:58:01 jschauma Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -118,6 +118,7 @@ MAKEFLAGS+= LOWER_ARCH=${LOWER_ARCH} LOWER_VENDOR?= apple .elif ${OPSYS:MIRIX*} != "" +LOWER_ARCH!= ${UNAME} -p LOWER_OPSYS?= irix${OS_VERSION:C/\.[0-9]//} LOWER_VENDOR?= sgi -- cgit v1.2.3