summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2001-08-14 11:00:44 +0000
committerskrll <skrll>2001-08-14 11:00:44 +0000
commitc3132f5421854b1dee0603618202daa81706683e (patch)
treea06c0ef4587151b4294bb55d8cefecadf42697d9 /mk
parent1c1c4bd90c8fd3ca872ebf53c3c92203107efcb0 (diff)
downloadpkgsrc-c3132f5421854b1dee0603618202daa81706683e.tar.gz
Add GNU_ARCH.sparc64 entry.
This should fix pkg/13714 by Martti Kuparinen <martti.kuparinen@iki.fi>
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 18dddc23091..3a8ce921e11 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.56 2001/07/26 16:13:52 hubertf Exp $
+# $NetBSD: bsd.prefs.mk,v 1.57 2001/08/14 11:00:44 skrll Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -44,6 +44,7 @@ GNU_ARCH.mipsel?= mipsel
GNU_ARCH.ns32k?= ns32k
GNU_ARCH.powerpc?= powerpc
GNU_ARCH.sparc?= sparc
+GNU_ARCH.sparc64?= sparc64
GNU_ARCH.vax?= vax
MACHINE_GNU_ARCH?= ${GNU_ARCH.${MACHINE_ARCH}}