diff options
author | minskim <minskim> | 2008-10-26 07:56:08 +0000 |
---|---|---|
committer | minskim <minskim> | 2008-10-26 07:56:08 +0000 |
commit | a87bd87fec9cdacdad7847cc8d851de72316e8da (patch) | |
tree | fb2c7d67195d78acd7e41507555b67bacd2c8f7c /lang/Makefile | |
parent | bc2f2379e245cc3e36f2eb06d6cdaa660d266523 (diff) | |
download | pkgsrc-a87bd87fec9cdacdad7847cc8d851de72316e8da.tar.gz |
Enable lang/embryo.
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 7897c4d84d9..8d0d2f9396b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.260 2008/10/20 00:48:44 ahoka Exp $ +# $NetBSD: Makefile,v 1.261 2008/10/26 07:56:08 minskim Exp $ # COMMENT= Programming languages @@ -29,6 +29,7 @@ SUBDIR+= ecl SUBDIR+= eieio SUBDIR+= elisp-manual SUBDIR+= elk +SUBDIR+= embryo SUBDIR+= erlang SUBDIR+= erlang-doc SUBDIR+= erlang-man |