diff options
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0b67768578e..43f67b95404 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.573 2004/11/26 21:55:12 wiz Exp $ +# $NetBSD: Makefile,v 1.574 2004/11/27 14:41:11 taca Exp $ # COMMENT= Development utilities @@ -489,6 +489,7 @@ SUBDIR+= rt3 SUBDIR+= ruby-amstd SUBDIR+= ruby-bsearch SUBDIR+= ruby-byaccr +SUBDIR+= ruby-curses SUBDIR+= ruby-filelock SUBDIR+= ruby-installpkg SUBDIR+= ruby-mode @@ -503,6 +504,7 @@ SUBDIR+= ruby-testunit SUBDIR+= ruby-textbuf SUBDIR+= ruby-unit SUBDIR+= ruby-zlib +SUBDIR+= ruby16-curses SUBDIR+= rudiments SUBDIR+= rvm SUBDIR+= rx |