diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-12-03 04:35:45 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-12-03 04:35:45 +0000 |
commit | 36c67cc873acc5dd0733eedab0d621c711be20a3 (patch) | |
tree | 183000212264fe0d0a01b476766aaa88c44c2c76 /lang/Makefile | |
parent | Mark this broken while nectar works on upgrade after repo copy. (diff) |
Update squeak to version 2.2.
Notes
Notes:
svn path=/head/; revision=15083
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 901056d4cf9f..15e1fc8ddcd8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.113 1998/11/10 02:01:52 steve Exp $ +# $Id: Makefile,v 1.114 1998/11/10 02:07:32 steve Exp $ # SUBDIR += ETHOberonV4 @@ -68,6 +68,7 @@ SUBDIR += smalltalk SUBDIR += sml-nj SUBDIR += squeak + SUBDIR += squeak2 SUBDIR += sr SUBDIR += swi-pl SUBDIR += tcl75 |