Home | History | Annotate | Line # | Download | only in tprof
Makefile revision 1.1.14.1
      1  1.1.14.1   jym #	$NetBSD: Makefile,v 1.1.14.1 2009/05/13 19:20:42 jym 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