diff options
author | kent <kent@pkgsrc.org> | 2001-08-05 15:30:22 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2001-08-05 15:30:22 +0000 |
commit | 2dd004de474a1ebede53932bcfbd4341aa0a5f10 (patch) | |
tree | 3fc577ee2bcc2e66a9f364855f37c446822ff29b /cross | |
parent | e235fc8a7096c323f757d2c6a21d96328956ee60 (diff) | |
download | pkgsrc-2dd004de474a1ebede53932bcfbd4341aa0a5f10.tar.gz |
Add mipsEEel-netbsd.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 97bdb52c1f3..6e82c9fff47 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/02/16 15:51:48 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/08/05 15:30:22 kent Exp $ # COMMENT= Cross-platform development utilities @@ -17,6 +17,7 @@ SUBDIR+= i386-netbsdelf SUBDIR+= i386-netbsdpe SUBDIR+= m68k-netbsd SUBDIR+= m68k-netbsdelf +SUBDIR+= mipsEEel-netbsd SUBDIR+= mipseb-netbsd SUBDIR+= mipsel-netbsd SUBDIR+= powerpc-netbsd |