Home | History | Annotate | Line # | Download | only in tprof
Makefile revision 1.2.6.1
      1  1.2.6.1  yamt #	$NetBSD: Makefile,v 1.2.6.1 2012/04/17 00:09:54 yamt Exp $
      2      1.1  yamt 
      3      1.1  yamt PROG=	tprof
      4  1.2.6.1  yamt MAN=	tprof.8
      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