diff options
author | drochner <drochner@pkgsrc.org> | 2001-06-28 13:16:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-06-28 13:16:56 +0000 |
commit | 74e42922d3f880daa43cb11987e589fbb61d4a9d (patch) | |
tree | 354e1e05a342e47af2b7ed3c68df6622102b207c /mk | |
parent | de58a34aefa67e1c0aedbc5a73b1e610e6847955 (diff) | |
download | pkgsrc-74e42922d3f880daa43cb11987e589fbb61d4a9d.tar.gz |
add an explicite GNU_ARCH.mipsel assignment to work around poor interaction
with <bsd.own.mk>
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 1d08979e3a3..8b186e24e2f 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.44 2001/06/20 19:36:03 jlam Exp $ +# $NetBSD: bsd.prefs.mk,v 1.45 2001/06/28 13:16:56 drochner Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -40,6 +40,7 @@ GNU_ARCH.i686?= i386 GNU_ARCH.m68k?= m68k GNU_ARCH.mips?= mipsel GNU_ARCH.mipseb?= mipseb +GNU_ARCH.mipsel?= mipsel GNU_ARCH.ns32k?= ns32k GNU_ARCH.sparc?= sparc GNU_ARCH.vax?= vax |