diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-17 09:50:34 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-17 09:50:34 +0000 |
commit | f5fdc2ce2e8ed7506d5de581edb37b364b3c269c (patch) | |
tree | 37bfd9cd9abf45985407e02d2d7a4436ba9ac124 | |
parent | Import atlast port. atlast is an embedded script language (diff) |
Activate atlast.
Notes
Notes:
svn path=/head/; revision=8678
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e0ac4643ba08..e42d007377a1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.84 1997/11/09 11:44:31 andreas Exp $ +# $Id: Makefile,v 1.85 1997/11/09 14:14:57 jseger Exp $ # SUBDIR += Gofer SUBDIR += STk SUBDIR += Sather + SUBIDR += atlast SUBDIR += bwbasic SUBDIR += cim SUBDIR += cmucl |