mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Added libmalloc to top level Makefile
This commit is contained in:
parent
936298e2bd
commit
db53bc6c38
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue