diff options
author | wulf <wulf> | 2000-07-25 12:51:57 +0000 |
---|---|---|
committer | wulf <wulf> | 2000-07-25 12:51:57 +0000 |
commit | da7c2fc568e68a77f0f78067fa3975f0987e9f16 (patch) | |
tree | 9f463cc3b8e44667c9c8070a68d0b84636a8a9f5 /lang | |
parent | 3ec341fae4f45d0503742a97fa64cf3d579e1a36 (diff) | |
download | pkgsrc-da7c2fc568e68a77f0f78067fa3975f0987e9f16.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 |