Cross Reference: Makefile
xref: /src/lib/libbsdmalloc/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libbsdmalloc/
11.7Sriastrad# $NetBSD: Makefile,v 1.7 2023/07/04 18:40:14 riastradh Exp $
21.1Selric
31.7SriastradWARNS=	3
41.4Smatt
51.1Selric.include <bsd.own.mk>
61.1Selric
71.1SelricLIB=	bsdmalloc
81.1SelricSRCS=	malloc.c
91.6SriastradMAN=	bsdmalloc.3
101.1Selric
111.5SriastradCFLAGS+=	-fno-builtin-aligned_alloc
121.5SriastradCFLAGS+=	-fno-builtin-calloc
131.5SriastradCFLAGS+=	-fno-builtin-free
141.5SriastradCFLAGS+=	-fno-builtin-malloc
151.5SriastradCFLAGS+=	-fno-builtin-posix_memalign
161.5SriastradCFLAGS+=	-fno-builtin-realloc
171.5Sriastrad
181.3SjoergCPPFLAGS+= -D_REENT -D_REENTRANT -I${.CURDIR}/../libc/include/
191.1Selric
201.1Selric.include <bsd.lib.mk>
21

Indexes created Mon Nov 10 17:20:41 GMT 2025