Home | History | Annotate | Line # | Download | only in tprof
Makefile revision 1.3
      1  1.3  yamt #	$NetBSD: Makefile,v 1.3 2011/11/26 05:02:44 yamt Exp $
      2  1.1  yamt 
      3  1.1  yamt PROG=	tprof
      4  1.3  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