diff options
author | jtb <jtb> | 2001-06-19 14:48:04 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-19 14:48:04 +0000 |
commit | efa2431911069a8d5ab591ba74b70d813b7009d1 (patch) | |
tree | a3349db7bfa922a9f1fa4df03af43b99b9c4bed8 /lang/Makefile | |
parent | 839b377b3adb69f72168ab01a68d217e16449962 (diff) | |
download | pkgsrc-efa2431911069a8d5ab591ba74b70d813b7009d1.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 |