summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-09 18:47:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-09 18:47:42 +0000
commit47348c9693d57f04e54fcd287faa7b27d738bfcb (patch)
tree854654ed23ac0187d8ea6682ca1ff5cfead597d2 /lang/Makefile
parentUpdate to 1.4.8. (diff)
Add gauche, a scheme script interpreter with multibyte character
handling.
Notes
Notes: svn path=/head/; revision=65934
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 69c92f3ea373..2ba19d7d42be 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -46,6 +46,7 @@
SUBDIR += fesi
SUBDIR += forth
SUBDIR += fpc
+ SUBDIR += gauche
SUBDIR += gawk
SUBDIR += gcc27
SUBDIR += gcc28