diff options
author | wulf <wulf@pkgsrc.org> | 2000-07-25 12:51:57 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-07-25 12:51:57 +0000 |
commit | d9080a24c1a1a0d35053f15b96eb60a4cf0f49cb (patch) | |
tree | 9f463cc3b8e44667c9c8070a68d0b84636a8a9f5 /lang | |
parent | 21fd1afdfbf45d752a0d6dd30dffb897974400b9 (diff) | |
download | pkgsrc-d9080a24c1a1a0d35053f15b96eb60a4cf0f49cb.tar.gz |
Added and enabled package baci - Ben-Ari Concurrent Interpreter
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 d81ad7f755a..438c869615e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.51 2000/07/03 10:28:26 agc Exp $ +# $NetBSD: Makefile,v 1.52 2000/07/25 12:51:57 wulf Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # SUBDIR += STk SUBDIR += bwbasic + SUBDIR += baci SUBDIR += caml-light SUBDIR += camlp4 SUBDIR += cint |