diff options
author | kent <kent> | 2002-01-22 12:17:44 +0000 |
---|---|---|
committer | kent <kent> | 2002-01-22 12:17:44 +0000 |
commit | 3645edf24f7f65987a1ffe385e692da3937ad732 (patch) | |
tree | b2bed8354fb8f79ee1f47666c710f9fab12dbcb5 /cross | |
parent | 7a69ccc0ebf9eb2b9fd5bafd02dbcd00a8f72aa6 (diff) | |
download | pkgsrc-3645edf24f7f65987a1ffe385e692da3937ad732.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 |