diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-06 17:50:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-06 17:50:10 +0000 |
commit | 5d9d3750425e5494d9178a9153ce95fb41fb64aa (patch) | |
tree | 9807a632f61e1e22ae85987cca30b9e807b853e2 /lang/Makefile | |
parent | 97daaa019f5a97ede092a3c5ca6189b3b1d2ce21 (diff) | |
download | ports-5d9d3750425e5494d9178a9153ce95fb41fb64aa.tar.gz ports-5d9d3750425e5494d9178a9153ce95fb41fb64aa.zip |
add aleph
Aleph is a multi-threaded functional programming language
Notes
Notes:
svn path=/head/; revision=39147
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 a9dfc2d5632a..5e8eca599784 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -6,6 +6,7 @@ SUBDIR += STk SUBDIR += Sather SUBDIR += TenDRA + SUBDIR += aleph SUBDIR += atlast SUBDIR += bc-gcc SUBDIR += bwbasic |