diff options
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 04842d221f3..be3b2f5fb65 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.231 2006/05/15 19:44:06 tv Exp $ +# $NetBSD: Makefile,v 1.232 2006/05/19 07:50:00 rillig Exp $ # COMMENT= Programming languages @@ -148,6 +148,7 @@ SUBDIR+= smalltalk SUBDIR+= smlnj SUBDIR+= snobol SUBDIR+= spidermonkey +SUBDIR+= spl SUBDIR+= squeak SUBDIR+= sr SUBDIR+= sr-examples |