diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-26 19:19:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-26 19:19:10 +0000 |
commit | 5c18dbcca45799dd69eab193e688a1e308e12433 (patch) | |
tree | 40b7f36c82fcc311c9df6119890b76605d959358 /devel/Makefile | |
parent | Add close-pr - a slightly hacked version of edit-pr(1) to quickly close PR. (diff) |
Add mingw, cross development suite for MS Windows.
PR: ports/19107
Submitted by: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
Notes
Notes:
svn path=/head/; revision=29892
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1e4ba4ffb28e..b245f15e5613 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -123,6 +123,10 @@ SUBDIR += makedepend SUBDIR += mico SUBDIR += mime + SUBDIR += mingw + SUBDIR += mingw-bin-msvcrt + SUBDIR += mingw-binutils + SUBDIR += mingw-gcc SUBDIR += mkcmd SUBDIR += mkmf SUBDIR += mm |