diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-19 14:48:04 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-19 14:48:04 +0000 |
commit | a30292e1180799c896c7daa978250c2479c7a6ba (patch) | |
tree | a3349db7bfa922a9f1fa4df03af43b99b9c4bed8 /lang/Makefile | |
parent | 5bbe12b3e20bb1e8b122364886db1240eef359ff (diff) | |
download | pkgsrc-a30292e1180799c896c7daa978250c2479c7a6ba.tar.gz |
Add and enable lua.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e2450580414..5c76d2232c1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2001/06/09 10:42:09 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2001/06/19 14:48:04 jtb Exp $ # COMMENT= Programming languages @@ -47,6 +47,7 @@ SUBDIR+= kaffe SUBDIR+= kali SUBDIR+= libperl SUBDIR+= librep +SUBDIR+= lua SUBDIR+= maude SUBDIR+= mawk SUBDIR+= mercury |