diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-09-24 17:20:35 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-09-24 17:20:35 +0000 |
commit | af16a65b7b17807e3c7f9a550c1411081cbf2490 (patch) | |
tree | dd8c49b8085ba88ebbc64531ac1f10f441e8b543 /gnu/Makefile | |
parent | 509c338632330844c4fd664b6d420016b3ee250b (diff) | |
download | FreeBSD-src-af16a65b7b17807e3c7f9a550c1411081cbf2490.zip FreeBSD-src-af16a65b7b17807e3c7f9a550c1411081cbf2490.tar.gz |
Added libmalloc to top level Makefile
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 3998986..490e05a 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 SUBDIR= bc chess cpio cvs dc diff diff3 gas gawk gcc2 gdb grep groff gzip \ - ld libg++ libregex man patch pr rcs sdiff sort tar uucp + ld libg++ libmalloc libregex man patch pr rcs sdiff sort tar uucp .include <bsd.subdir.mk> |