diff options
author | agc <agc> | 2002-10-28 09:05:10 +0000 |
---|---|---|
committer | agc <agc> | 2002-10-28 09:05:10 +0000 |
commit | c3b4b9f2f14cf741a60a6dd7a76bd39c0f9e088a (patch) | |
tree | 16b71aa87c2eb2fab35d1a94dc21e62e89c3c7be /lang/Makefile | |
parent | c5d19c6de5033ec34b699ff947aeeaebf57dc3e8 (diff) | |
download | pkgsrc-c3b4b9f2f14cf741a60a6dd7a76bd39c0f9e088a.tar.gz |
Add and enable tinyscheme
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 224672d98e5..b8158498d2c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2002/10/25 10:49:36 drochner Exp $ +# $NetBSD: Makefile,v 1.136 2002/10/28 09:05:10 agc Exp $ # COMMENT= Programming languages @@ -107,6 +107,7 @@ SUBDIR+= tcl-expect SUBDIR+= tcl-itcl SUBDIR+= tcl-otcl SUBDIR+= tcl-tclX +SUBDIR+= tinyscheme SUBDIR+= tk-expect SUBDIR+= tk-tclX SUBDIR+= ucblogo |