diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:22:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:22:50 +0000 |
commit | 9982f23f170e60fb52b230f081a9594dd8919ab7 (patch) | |
tree | e008f87b535bbc10631796b53ad795d93570151c | |
parent | 3a5fc9ff616ee3a58f01afc0bc7c747c4de77108 (diff) |
Notes
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 29cb83315778..b48f66ea4a86 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.101 1998/06/12 12:09:15 tg Exp $ +# $Id: Makefile,v 1.102 1998/06/24 19:53:34 msmith Exp $ # SUBDIR += Gofer @@ -31,6 +31,7 @@ SUBDIR += javac_netscape SUBDIR += jdk SUBDIR += kaffe + SUBDIR += kawk SUBDIR += lcc SUBDIR += logo SUBDIR += mit-scheme |