Home | History | Annotate | Line # | Download | only in tprof
Makefile revision 1.2
      1  1.2  lukem #	$NetBSD: Makefile,v 1.2 2009/04/22 15:23:09 lukem Exp $
      2  1.1   yamt 
      3  1.1   yamt PROG=	tprof
      4  1.1   yamt NOMAN=	
      5  1.1   yamt 
      6  1.1   yamt CPPFLAGS+= -I${NETBSDSRCDIR}/sys/
      7  1.1   yamt 
      8  1.1   yamt LDADD+= -lpthread
      9  1.1   yamt DPADD+= ${LIBPTHREAD}
     10  1.1   yamt 
     11  1.1   yamt .include <bsd.own.mk>
     12  1.1   yamt .include <bsd.prog.mk>
     13