diff options
author | agc <agc> | 2003-10-04 20:33:01 +0000 |
---|---|---|
committer | agc <agc> | 2003-10-04 20:33:01 +0000 |
commit | 052b31b62d8b15cbf13a1d153295113bff4aa13c (patch) | |
tree | e90163813e2bebcd58c287f6d0aaf235323dcc1b /lang | |
parent | ed65e9c7ef2363d0f946b64c623c71306a215e83 (diff) | |
download | pkgsrc-052b31b62d8b15cbf13a1d153295113bff4aa13c.tar.gz |
Add and enable Makefile
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 aa39dae0865..bcf518ee7e5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2003/10/01 22:40:36 recht Exp $ +# $NetBSD: Makefile,v 1.161 2003/10/04 20:33:01 agc Exp $ # COMMENT= Programming languages @@ -113,6 +113,7 @@ SUBDIR+= ruby SUBDIR+= ruby-base SUBDIR+= sather SUBDIR+= scheme48 +SUBDIR+= scm SUBDIR+= siod SUBDIR+= smalleiffel SUBDIR+= smalltalk |