diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-25 09:58:58 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-25 09:58:58 +0000 |
commit | 81396a5fab681ab5cb83aa8f361adba137608599 (patch) | |
tree | ea7f507f5844424e0a2987aea38167b1e448f929 /lang/Makefile | |
parent | d06983b147a40086a48f81d925e5a4171c31f90c (diff) |
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina
Notes
Notes:
svn path=/head/; revision=114633
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 5ee3b6a9a3b2..0b1215e44fde 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -33,6 +33,7 @@ SUBDIR += diveintopython SUBDIR += drscheme SUBDIR += dylan + SUBDIR += ecl SUBDIR += egcs SUBDIR += eiffel SUBDIR += elisp-manual |