diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-12 22:23:49 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-12 22:23:49 +0000 |
commit | 7bedd7207436e61481f6a864d7124c969410b95a (patch) | |
tree | 7efe5730e32b005bb9767444755ea6a74493f9de /devel | |
parent | Fancy malloc lib with fast allocation time, extensive leak detection (diff) |
Add libmalloc to list of targets.
Notes
Notes:
svn path=/head/; revision=753
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index c2a818c788d7..431c61745b69 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.4 1994/11/22 08:23:57 jkh Exp $ +# $Id: Makefile,v 1.5 1994/11/22 09:24:18 jkh Exp $ # -SUBDIR= gmake m4 mprof +SUBDIR= gmake libmalloc m4 mprof .include <bsd.port.subdir.mk> |