diff options
author | agc <agc@pkgsrc.org> | 2000-10-23 16:27:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-10-23 16:27:52 +0000 |
commit | e56ee3f327a8aeacac9b34d8b47a4ee0f4c4e853 (patch) | |
tree | 6f768e6177dface7fff88c8a774aa5b062d7e042 /lang | |
parent | da9ad8f9a4649af0ae107f9a131e1a3ad27dd6f3 (diff) | |
download | pkgsrc-e56ee3f327a8aeacac9b34d8b47a4ee0f4c4e853.tar.gz |
Add and enable smalltalk
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 148bc405201..cadccd93c4a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2000/10/17 17:19:44 rh Exp $ +# $NetBSD: Makefile,v 1.69 2000/10/23 16:27:52 agc Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -54,6 +54,7 @@ SUBDIR += scheme48 SUBDIR += siod SUBDIR += smalleiffel + SUBDIR += smalltalk SUBDIR += sml-nj SUBDIR += snobol SUBDIR += squeak |