diff options
author | xtraeme <xtraeme> | 2004-06-29 02:59:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-06-29 02:59:31 +0000 |
commit | e6747e2e5986cbd9ba6460e24117b944b3517564 (patch) | |
tree | 5d9e3f3c4024e4a0b671b88d598721c972bae304 /lang | |
parent | 04d6c3c0a82020387f738958db8809ced5645848 (diff) | |
download | pkgsrc-e6747e2e5986cbd9ba6460e24117b944b3517564.tar.gz |
Added opencobol.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2d42bafa739..58ae597e103 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2004/06/04 16:35:51 jmmv Exp $ +# $NetBSD: Makefile,v 1.180 2004/06/29 02:59:31 xtraeme Exp $ # COMMENT= Programming languages @@ -91,6 +91,7 @@ SUBDIR+= ocaml SUBDIR+= onyx SUBDIR+= oo2c SUBDIR+= openc++ +SUBDIR+= opencobol SUBDIR+= p2c SUBDIR+= parrot SUBDIR+= perl5 |