diff options
author | asau <asau@pkgsrc.org> | 2010-03-15 18:37:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-03-15 18:37:57 +0000 |
commit | 580ef79e0ec15163bef882e0ee47f7432088613a (patch) | |
tree | d47d8eace2923e2a3766be2a2c1117c14837fe49 | |
parent | e416b2f4ae1097610c35918d2cfea5565868f66a (diff) | |
download | pkgsrc-580ef79e0ec15163bef882e0ee47f7432088613a.tar.gz |
+ mingw
+ mingw-binutils
+ mingw-gcc
+ mingw-runtime-bin
+ mingw-w32api-bin
-rw-r--r-- | cross/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index f60a10f98f3..3ea2adc597a 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2010/01/15 22:04:47 jakllsch Exp $ +# $NetBSD: Makefile,v 1.45 2010/03/15 18:37:57 asau Exp $ # COMMENT= Cross-platform development utilities @@ -24,6 +24,11 @@ SUBDIR+= i386-mingw32 SUBDIR+= i386-msdosdjgpp SUBDIR+= i386-netbsdpe SUBDIR+= icdprog +SUBDIR+= mingw +SUBDIR+= mingw-binutils +SUBDIR+= mingw-gcc +SUBDIR+= mingw-runtime-bin +SUBDIR+= mingw-w32api-bin SUBDIR+= uisp .include "../mk/misc/category.mk" |