diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-30 02:56:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-30 02:56:21 +0000 |
commit | 42563e847721311865cff6975a8997b77af07cb7 (patch) | |
tree | 19697bb98ee7c4cbd609c0b7a6fe1e293b84df87 /lang/Makefile | |
parent | Fix remote buffer overflow vulnerability. (diff) |
Add oo2c, an Oberon-2 compiler.
PR: 18215
Submitted by: Oliver Breuninger <ob@seicom.net>
Notes
Notes:
svn path=/head/; revision=30006
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 00826caa333c..3b79774268f7 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -64,6 +64,7 @@ SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml + SUBDIR += oo2c SUBDIR += otcl SUBDIR += p2c SUBDIR += p5-Error |