diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:35:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:35:51 +0000 |
commit | f384703d94e1240aa95dce400eb3a7869def88c9 (patch) | |
tree | bde092810c83febd99b34255d72587e29bcb980b | |
parent | A smalltalk system with a graphical user interface. (diff) |
Add squeak.
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 200e15630e21..b6fb8c94e465 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.68 1997/03/12 09:20:36 asami Exp $ +# $Id: Makefile,v 1.69 1997/05/03 19:35:59 andreas Exp $ # SUBDIR += Gofer @@ -42,6 +42,7 @@ SUBDIR += schemetoc SUBDIR += scm SUBDIR += smalltalk + SUBDIR += squeak SUBDIR += swi-pl SUBDIR += tcl SUBDIR += tcl74 |