diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 23:53:03 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 23:53:03 +0000 |
commit | b5edf41b16dc059c95ab53254cc2c1357a04ece7 (patch) | |
tree | 239fc63e51b2467fe880ad37fe75a0c53472128a | |
parent | Import of ici v2.0.3. (diff) |
Activate lange/ici
Notes
Notes:
svn path=/head/; revision=15440
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 572ecd2de765..0cb143046367 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.116 1998/12/10 19:28:51 steve Exp $ +# $Id: Makefile,v 1.117 1998/12/17 10:59:30 asami Exp $ # SUBDIR += ETHOberonV4 @@ -32,6 +32,7 @@ SUBDIR += guile SUBDIR += guileobjc SUBDIR += hugs + SUBDIR += ici SUBDIR += icon SUBDIR += intercal SUBDIR += itcl |