diff options
author | skrll <skrll@pkgsrc.org> | 2001-08-14 11:00:44 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-08-14 11:00:44 +0000 |
commit | 6b1239edda562253f62accb621df634019cb1309 (patch) | |
tree | a06c0ef4587151b4294bb55d8cefecadf42697d9 /mk | |
parent | 6b0714213c51c8491ba6bdddf4c21d8edf19a38b (diff) | |
download | pkgsrc-6b1239edda562253f62accb621df634019cb1309.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.mk | 3 |
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}} |