1993-10-26 09:52:16 +03:00
|
|
|
# $Id: Makefile,v 1.2 1993/10/26 06:52:16 cgd Exp $
|
1993-09-24 01:10:27 +04:00
|
|
|
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
|
|
|
|
LIB= gnumalloc
|
1993-10-26 09:52:16 +03:00
|
|
|
SRCS+= combined.c
|
|
|
|
#SRCS+= malloc.c free.c realloc.c
|
|
|
|
SRCS+= cfree.c calloc.c morecore.c
|
1993-09-24 01:10:27 +04:00
|
|
|
SRCS+= memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
|
|
|
|
SRCS+= ralloc.c
|
|
|
|
NOMAN= noman
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|