1 1.5 riastrad # $NetBSD: Makefile,v 1.5 2023/07/04 15:08:55 riastradh Exp $ 2 1.2 lukem 3 1.2 lukem NOMAN=1 4 1.1 elric 5 1.4 matt WARNS= 2 6 1.4 matt 7 1.1 elric .include <bsd.own.mk> 8 1.1 elric 9 1.1 elric LIB= bsdmalloc 10 1.1 elric SRCS= malloc.c 11 1.1 elric 12 1.5 riastrad CFLAGS+= -fno-builtin-aligned_alloc 13 1.5 riastrad CFLAGS+= -fno-builtin-calloc 14 1.5 riastrad CFLAGS+= -fno-builtin-free 15 1.5 riastrad CFLAGS+= -fno-builtin-malloc 16 1.5 riastrad CFLAGS+= -fno-builtin-posix_memalign 17 1.5 riastrad CFLAGS+= -fno-builtin-realloc 18 1.5 riastrad 19 1.3 joerg CPPFLAGS+= -D_REENT -D_REENTRANT -I${.CURDIR}/../libc/include/ 20 1.1 elric 21 1.1 elric .include <bsd.lib.mk> 22