diff options
author | abs <abs> | 2000-12-06 15:13:29 +0000 |
---|---|---|
committer | abs <abs> | 2000-12-06 15:13:29 +0000 |
commit | 4f0c699b6d18b31e3e008c0b15e74fa85693e00b (patch) | |
tree | 73bb685a3960556a75d8e1f5fcaad960f8f4cda0 /lang | |
parent | 85aed24829191f6a4e81a548e32e0832af98c311 (diff) | |
download | pkgsrc-4f0c699b6d18b31e3e008c0b15e74fa85693e00b.tar.gz |
Add brandybasic
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 c8b2d5e04cc..49735e79924 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2000/12/04 23:50:08 jtb Exp $ +# $NetBSD: Makefile,v 1.83 2000/12/06 15:13:29 abs Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -6,6 +6,7 @@ SUBDIR += RScheme SUBDIR += awka SUBDIR += baci + SUBDIR += brandybasic SUBDIR += bwbasic SUBDIR += caml-light SUBDIR += camlp4 |