Home | History | Annotate | Line # | Download | only in libbsdmalloc
      1  1.7  riastrad # $NetBSD: Makefile,v 1.7 2023/07/04 18:40:14 riastradh Exp $
      2  1.1     elric 
      3  1.7  riastrad WARNS=	3
      4  1.4      matt 
      5  1.1     elric .include <bsd.own.mk>
      6  1.1     elric 
      7  1.1     elric LIB=	bsdmalloc
      8  1.1     elric SRCS=	malloc.c
      9  1.6  riastrad MAN=	bsdmalloc.3
     10  1.1     elric 
     11  1.5  riastrad CFLAGS+=	-fno-builtin-aligned_alloc
     12  1.5  riastrad CFLAGS+=	-fno-builtin-calloc
     13  1.5  riastrad CFLAGS+=	-fno-builtin-free
     14  1.5  riastrad CFLAGS+=	-fno-builtin-malloc
     15  1.5  riastrad CFLAGS+=	-fno-builtin-posix_memalign
     16  1.5  riastrad CFLAGS+=	-fno-builtin-realloc
     17  1.5  riastrad 
     18  1.3     joerg CPPFLAGS+= -D_REENT -D_REENTRANT -I${.CURDIR}/../libc/include/
     19  1.1     elric 
     20  1.1     elric .include <bsd.lib.mk>
     21