diff options
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 34d4357fbf7..d2c6142583e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2004/08/23 14:50:04 tv Exp $ +# $NetBSD: Makefile,v 1.191 2004/09/24 00:28:46 rh Exp $ # COMMENT= Programming languages @@ -92,6 +92,7 @@ SUBDIR+= moscow_ml SUBDIR+= mzscheme SUBDIR+= nawk SUBDIR+= nhc98 +SUBDIR+= objc SUBDIR+= ocaml SUBDIR+= onyx SUBDIR+= oo2c |