diff options
author | pooka <pooka@pkgsrc.org> | 2000-01-10 22:11:06 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-01-10 22:11:06 +0000 |
commit | 73093c3523351d1172ee1dab3ba3d5fc1e3b709b (patch) | |
tree | 29bd35612599a10582a6337d268deda9c1b5753c /lang | |
parent | da746ae526a1d5af377a2dbe27f6c669455438fc (diff) | |
download | pkgsrc-73093c3523351d1172ee1dab3ba3d5fc1e3b709b.tar.gz |
Add & enable mzscheme
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index f9930a2a41d..769d4b24213 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/01/02 02:58:20 tsarna Exp $ +# $NetBSD: Makefile,v 1.40 2000/01/10 22:11:06 pooka Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -48,6 +48,7 @@ # SUBDIR += modula-3-lib # SUBDIR += modula-3-socks SUBDIR += moscow_ml + SUBDIR += mzscheme SUBDIR += nawk # SUBDIR += ocaml SUBDIR += p2c |