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 68396020926..cbe02b13576 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2007/04/04 14:32:52 tv Exp $ +# $NetBSD: Makefile,v 1.238 2007/04/08 23:08:10 tonio Exp $ # COMMENT= Programming languages @@ -97,6 +97,7 @@ SUBDIR+= nawk SUBDIR+= nhc98 SUBDIR+= objc SUBDIR+= ocaml +SUBDIR+= ocamlduce SUBDIR+= onyx SUBDIR+= oo2c SUBDIR+= opencobol |