Home | History | Annotate | Line # | Download | only in libbsdmalloc
Makefile revision 1.4
      1  1.4   matt # $NetBSD: Makefile,v 1.4 2012/03/21 10:08:30 matt 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.3  joerg CPPFLAGS+= -D_REENT -D_REENTRANT -I${.CURDIR}/../libc/include/
     13  1.1  elric 
     14  1.1  elric .include <bsd.lib.mk>
     15