diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-11 09:50:17 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-11 09:50:17 +0000 |
commit | 15a442a1d16cc21c30838d0c89872edaee4dbdfc (patch) | |
tree | 411f7277202a40cf646ce17aa04ba37510289cbe /lang/Makefile | |
parent | Import ruby port. ruby is an object-oriented interpreted (diff) |
Activate ruby.
Notes
Notes:
svn path=/head/; revision=7860
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 2a819c4b3cce..a811139167a4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.78 1997/08/19 07:10:08 fenner Exp $ +# $Id: Makefile,v 1.79 1997/08/20 20:02:42 jkh Exp $ # SUBDIR += Gofer @@ -42,6 +42,7 @@ SUBDIR += pgcc-current SUBDIR += python SUBDIR += rexx-imc + SUBDIR += ruby SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm |