1 1.1 elric # $NetBSD: Makefile,v 1.1 2003/04/21 22:21:06 elric Exp $ 2 1.1 elric 3 1.1 elric .include <bsd.own.mk> 4 1.1 elric 5 1.1 elric LIB= bsdmalloc 6 1.1 elric SRCS= malloc.c 7 1.1 elric 8 1.1 elric CPPFLAGS= -D_REENTRANT 9 1.1 elric CPPFLAGS= -I${.CURDIR}/../libc/include/ 10 1.1 elric 11 1.1 elric NOMAN=1 12 1.1 elric 13 1.1 elric .include <bsd.lib.mk> 14