diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2004-11-18 16:10:56 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2004-11-18 16:10:56 +0000 |
commit | cfccf82cebb66faf2b63c39b12555b82f5a3c518 (patch) | |
tree | 6c5dcbb8769046134bbcbfa67678333a312ae38c /lang/Makefile | |
parent | Document SA-04:16.fetch. (diff) |
Add gdc 0.8, D Front End for GCC.
PR: ports/74072
Submitted by: Masanori OZAWA (ozawa@ongs.co.jp)
Notes
Notes:
svn path=/head/; revision=121875
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 01dfba5c869c..4e748d8d39fe 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -75,6 +75,7 @@ SUBDIR += gcc34 SUBDIR += gcc40 SUBDIR += gcl + SUBDIR += gdc SUBDIR += generic-haskell SUBDIR += gforth SUBDIR += gfortran |