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