summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-08-26 09:42:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-08-26 09:42:48 +0000
commit7d83638156d58441d06eace2d2d817fee8dc8976 (patch)
treeeba373ce2f7aa5cae8370d15c958d34a61432333 /lang
parentgcc with bounds checking support for pointers and memory (diff)
turn on bc-gcc
Notes
Notes: svn path=/head/; revision=12862
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 3cf359d57c39..a5415d54b5a9 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.107 1998/07/28 06:47:27 jkoshy Exp $
+# $Id: Makefile,v 1.108 1998/08/25 14:24:07 vanilla Exp $
#
SUBDIR += ETHOberonV4
@@ -7,6 +7,7 @@
SUBDIR += Sather
SUBDIR += TenDRA
SUBDIR += atlast
+ SUBDIR += bc-gcc
SUBDIR += bwbasic
SUBDIR += caml-light
SUBDIR += cim