blob: e7d76022236b8ae437f8594924100d5823f4d4c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id: Makefile,v 1.3 1997/10/25 09:27:35 lukem Exp $
CPPFLAGS+= -I${.CURDIR}
LIB= gnumalloc
SRCS+= combined.c
#SRCS+= malloc.c free.c realloc.c
SRCS+= cfree.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>
|