summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-06-04 06:20:28 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-06-04 06:20:28 +0000
commit8f86cb11eb1f22bcd226a9c6532e867d90af1b3a (patch)
tree320942a6c29e9ce6ddabdf019e3af5428fdd9b76 /devel
parentDoug Lea's malloc library. (diff)
Added libdlmalloc.
Notes
Notes: svn path=/head/; revision=1822
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 174ef7b84b71..8d8b144491ce 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.9 1995/05/03 05:41:02 asami Exp $
+# $Id: Makefile,v 1.10 1995/05/14 03:29:24 asami Exp $
#
# BROKEN: libmalloc
#
-SUBDIR= bcc bison gmake m4 mprof xxgdb
+SUBDIR= bcc bison gmake libdlmalloc m4 mprof xxgdb
.include <bsd.port.subdir.mk>