Home | History | Annotate | Line # | Download | only in latency2
Makefile revision 1.1.4.2
      1 #	$NetBSD: Makefile,v 1.1.4.2 2008/09/24 04:08:38 wrstuden Exp $
      2 
      3 NOMAN=		# defined
      4 
      5 PROG=		latency2
      6 WARNS?=		4
      7 LDADD=		-lpthread -lrt
      8 
      9 .include <bsd.prog.mk>
     10