summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-11-16 01:55:06 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-11-16 01:55:06 +0000
commit2dccba89fe448ff74e310884ef2996ef2886ce33 (patch)
treeb9dd560e98b0f167ca542b73c8245d6f818330c4 /devel
parentNew port "boehm-gc". It is a drop-in garbage collector for C and C++ (diff)
Enable "boehm-gc".
Notes
Notes: svn path=/head/; revision=4501
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 186a6fd541a7..583d924f4001 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,9 +1,10 @@
-# $Id: Makefile,v 1.33 1996/10/24 10:47:43 asami Exp $
+# $Id: Makefile,v 1.34 1996/10/24 13:48:24 jfitz Exp $
#
SUBDIR += SWIG
SUBDIR += autoconf
SUBDIR += bcc
+ SUBDIR += boehm-gc
SUBDIR += cflow
SUBDIR += cxref
SUBDIR += dmake