blob: 6ff84a857555ae4f3e70593e4e83c2a256deb7c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id: Makefile,v 1.1 1995/10/18 08:38:20 deraadt Exp $
CFLAGS+= -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>
|