diff options
author | asami <asami@FreeBSD.org> | 1997-06-10 17:35:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-10 17:35:51 +0800 |
commit | bd8ce0f51f6e2e8862c4d9e14757673943a8a61d (patch) | |
tree | 9cbe1fbd5f2479fb6eced111639d64a700b2fe81 /lang/Makefile | |
parent | 80a17bf8e7821b4e09061af7988b41c7d08932c0 (diff) | |
download | freebsd-ports-gnome-bd8ce0f51f6e2e8862c4d9e14757673943a8a61d.tar.gz freebsd-ports-gnome-bd8ce0f51f6e2e8862c4d9e14757673943a8a61d.tar.zst freebsd-ports-gnome-bd8ce0f51f6e2e8862c4d9e14757673943a8a61d.zip |
Add squeak.
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 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 |