blob: 02b52c5ff20ac04a7a824cf9ca210b4e3eae7d14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id: Makefile,v 1.2 1993/10/26 06:52:16 cgd 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>
|