mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
936298e2bd
that Chris created: this version of GNU malloc was obtained from prep.ai.mit.edu on 9/22/1993. There was no version noted.
12 lines
269 B
Makefile
12 lines
269 B
Makefile
# $Id: Makefile,v 1.1 1993/09/23 21:10:40 cgd Exp $
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
LIB= gnumalloc
|
|
SRCS+= malloc.c free.c cfree.c realloc.c calloc.c morecore.c
|
|
SRCS+= memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
|
|
SRCS+= ralloc.c
|
|
NOMAN= noman
|
|
|
|
.include <bsd.lib.mk>
|