diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-24 00:31:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-24 00:31:19 +0000 |
commit | 50d781eedd0a0e7ed6aa768564e05aeef4b006d9 (patch) | |
tree | a3b71d71fcbe7bb7050d7502e86dc895db27198c /lang | |
parent | Remove guileobjc & libobjects. (diff) |
Activate guileobjc libobjects.
Approved by: asami
Notes
Notes:
svn path=/head/; revision=13371
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index f7ca5df3cbfc..7d3f85800dee 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.109 1998/08/26 09:42:48 obrien Exp $ +# $Id: Makefile,v 1.110 1998/09/06 06:42:47 vanilla Exp $ # SUBDIR += ETHOberonV4 @@ -29,6 +29,7 @@ SUBDIR += gnomeobjc SUBDIR += guavac SUBDIR += guile + SUBDIR += guileobjc SUBDIR += hugs SUBDIR += icon SUBDIR += intercal @@ -38,6 +39,7 @@ SUBDIR += kaffe SUBDIR += kawk SUBDIR += lcc + SUBDIR += libobjects SUBDIR += logo SUBDIR += mit-scheme SUBDIR += mixal |