diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-12 12:09:15 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-12 12:09:15 +0000 |
commit | 60efe1cd0f680992c17e6dcf7c039a3886dd33e2 (patch) | |
tree | a0177bc9b5d421c3549b06fe40afe1788221d846 /lang/Makefile | |
parent | New port o2c, an Oberon-2 compiler. (diff) |
Activate o2c.
Notes
Notes:
svn path=/head/; revision=11411
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 b3aee134bea9..f332d0936448 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.99 1998/04/27 14:54:10 kuriyama Exp $ +# $Id: Makefile,v 1.100 1998/05/21 02:22:11 jseger Exp $ # SUBDIR += Gofer @@ -41,6 +41,7 @@ SUBDIR += modula-3-lib SUBDIR += modula-3-socks SUBDIR += moscow_ml + SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml SUBDIR += p2c |