summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-12 12:09:15 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-12 12:09:15 +0000
commit60efe1cd0f680992c17e6dcf7c039a3886dd33e2 (patch)
treea0177bc9b5d421c3549b06fe40afe1788221d846 /lang
parentNew port o2c, an Oberon-2 compiler. (diff)
Activate o2c.
Notes
Notes: svn path=/head/; revision=11411
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile3
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