diff options
author | agc <agc@pkgsrc.org> | 2003-10-04 20:33:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-10-04 20:33:01 +0000 |
commit | c83fc419abaab404fb29ba395c4fafd96efb7ccd (patch) | |
tree | e90163813e2bebcd58c287f6d0aaf235323dcc1b /lang/Makefile | |
parent | 60447ef6f1c1cbd39c3b9a66eff6f22df075250e (diff) | |
download | pkgsrc-c83fc419abaab404fb29ba395c4fafd96efb7ccd.tar.gz |
Add and enable Makefile
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 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 |