Home | History | Annotate | Line # | Download | only in libbsdmalloc
Makefile revision 1.2
      1  1.2  lukem # $NetBSD: Makefile,v 1.2 2003/07/10 11:27:45 lukem Exp $
      2  1.2  lukem 
      3  1.2  lukem NOMAN=1
      4  1.1  elric 
      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.1  elric 
     10  1.1  elric CPPFLAGS= -D_REENTRANT
     11  1.1  elric CPPFLAGS= -I${.CURDIR}/../libc/include/
     12  1.1  elric 
     13  1.1  elric .include <bsd.lib.mk>
     14