Home | History | Annotate | Line # | Download | only in softint1
      1 #	$NetBSD: Makefile,v 1.1 2007/12/04 08:02:24 ad Exp $
      2 
      3 NOMAN=		# defined
      4 
      5 PROG=		softint1
      6 
      7 LDADD+=		-lpthread
      8 DPADD+=		${LIBPTHREAD}
      9 
     10 regress:
     11 	@./${PROG}
     12 
     13 .include <bsd.prog.mk>
     14