diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2000-02-19 01:07:56 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2000-02-19 01:07:56 +0000 |
commit | ff30424556705711289f477921a70fbe68499f54 (patch) | |
tree | a6ed90e4d77c5942a7b2ad4660be7e39624f8f28 /cross | |
parent | 286f01c79b26005042a6cdbfe88f26d95601dcb3 (diff) | |
download | pkgsrc-ff30424556705711289f477921a70fbe68499f54.tar.gz |
Add mipse[bl]-netbsd.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 0caa90c9ecf..feccd8a4b80 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/01/14 15:44:16 tsutsui Exp $ +# $NetBSD: Makefile,v 1.13 2000/02/19 01:07:56 tsutsui Exp $ # SUBDIR += arm-netbsd # SUBDIR += bfd-crunchide @@ -10,6 +10,8 @@ # SUBDIR += i386-netbsd # SUBDIR += i386-netbsdelf # SUBDIR += m68k-netbsd +# SUBDIR += mipseb-netbsd +# SUBDIR += mipsel-netbsd # SUBDIR += powerpc-netbsd # SUBDIR += sparc-netbsdelf # SUBDIR += sparc64-netbsd |