diff options
author | kent <kent@pkgsrc.org> | 2002-01-22 12:17:44 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-01-22 12:17:44 +0000 |
commit | bc073fc6329dcb99655ed5fed27f61a77373c5c3 (patch) | |
tree | b2bed8354fb8f79ee1f47666c710f9fab12dbcb5 /cross | |
parent | 2154b94af85315a8d5906a2f0a99be4c12f41731 (diff) | |
download | pkgsrc-bc073fc6329dcb99655ed5fed27f61a77373c5c3.tar.gz |
Add i386-mingw32.
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 6e82c9fff47..d68ed9cc10a 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/08/05 15:30:22 kent Exp $ +# $NetBSD: Makefile,v 1.25 2002/01/22 12:17:44 kent Exp $ # COMMENT= Cross-platform development utilities @@ -11,6 +11,7 @@ SUBDIR+= binutils SUBDIR+= i386-cygwin32 SUBDIR+= i386-linux SUBDIR+= i386-linuxglibc1 +SUBDIR+= i386-mingw32 SUBDIR+= i386-msdosdjgpp SUBDIR+= i386-netbsd SUBDIR+= i386-netbsdelf |