summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/exit1/Makefile
blob: fdb311b8a201696b24f2b87213d9be4d74300304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2003/07/22 21:27:58 nathanw Exp $

WARNS=1

PROG=   exit1
SRCS=   exit1.c

LDADD=	-lpthread

NOMAN=

regress:
	./exit1

.include <bsd.prog.mk>