summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index a9f06ea2afa..ef437641a5f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2002/01/15 20:17:09 agc Exp $
+# $NetBSD: Makefile,v 1.110 2002/01/17 14:02:16 wiz Exp $
#
COMMENT= Programming languages
@@ -68,7 +68,9 @@ SUBDIR+= pgcc
SUBDIR+= py-extclass
SUBDIR+= py-html-docs
SUBDIR+= python
+SUBDIR+= python20
SUBDIR+= python21
+SUBDIR+= python22
SUBDIR+= ruby
SUBDIR+= ruby-base
SUBDIR+= ruby14-base