diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1997-07-15 15:34:10 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1997-07-15 15:34:10 +0000 |
commit | bc4dfa256a6722d5641d1652f945b6aa93617ac9 (patch) | |
tree | 630eb954aa4015efcbeeddb5e614bcc25c86aa2b /lang | |
parent | 449263308f9657a708b3738b7d13dbebf81e94c6 (diff) | |
download | ports-bc4dfa256a6722d5641d1652f945b6aa93617ac9.tar.gz ports-bc4dfa256a6722d5641d1652f945b6aa93617ac9.zip |
activate cmucl
Notes
Notes:
svn path=/head/; revision=7346
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 06ae4d255dbc..ffc047faa286 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.74 1997/07/07 03:33:04 pst Exp $ +# $Id: Makefile,v 1.75 1997/07/10 22:42:14 asami Exp $ # SUBDIR += Gofer @@ -6,6 +6,7 @@ SUBDIR += Sather SUBDIR += bwbasic SUBDIR += cim + SUBDIR += cmucl SUBDIR += eiffel SUBDIR += elk SUBDIR += eperl |