summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2002-10-12 20:25:49 +0000
committerbouyer <bouyer@pkgsrc.org>2002-10-12 20:25:49 +0000
commit90ee03f829468778aa88aedfa97e5bedc05182e4 (patch)
tree080fbeddc3c62141275714d82f419b1ca6054b92 /mk
parentd59bf13d23b7ece139601afad1506fbf5309c6ce (diff)
downloadpkgsrc-90ee03f829468778aa88aedfa97e5bedc05182e4.tar.gz
Assign a default value to SPARC_TARGET_ARCH for the if MACHINE_ARCH == sun4
too.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 2766c71beaf..d3d019779e2 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.80 2002/10/12 17:17:22 agc Exp $
+# $NetBSD: bsd.prefs.mk,v 1.81 2002/10/12 20:25:49 bouyer Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -71,6 +71,7 @@ LOWER_OPSYS?= netbsd
SPARC_TARGET_ARCH?= sparcv7
. elif ${MACHINE_ARCH} == "sun4"
MACHINE_ARCH= sparc
+SPARC_TARGET_ARCH?= sparcv7
. elif ${MACHINE_ARCH} == "i86pc"
MACHINE_ARCH= i386
. elif ${MACHINE_ARCH} == "unknown"