diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-02-12 21:13:29 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-02-12 21:13:29 +0000 |
commit | 122f59c8ac529bf58c4c2330876360c716d9d6c4 (patch) | |
tree | ece8127a26712b0e48367e24714cc917fa677046 | |
parent | gcl - GNU Common Lisp (diff) |
Add gcl.
Notes
Notes:
svn path=/head/; revision=957
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index b95631d660f9..4e18b641fafb 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.17 1995/02/10 07:47:27 gpalmer Exp $ +# $Id: Makefile,v 1.18 1995/02/10 08:07:59 gpalmer Exp $ #Broken - expect -SUBDIR= Gofer STk Sather forth logo p2c schemetoc scm smalltalk tcl tclX +SUBDIR= Gofer STk Sather forth gcl logo p2c schemetoc scm smalltalk tcl tclX .include <bsd.port.subdir.mk> |