summaryrefslogtreecommitdiff
path: root/regress/gnu/lib/libobjc/thread/Makefile
blob: 9c4bcb8b4b0b0794b3803ade7f468428205ee828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.2 2008/02/09 08:38:08 mrg Exp $

NOMAN=		# defined

PROG=		thread
WARNS?=		4
CFLAGS+=-pthread
LDFLAGS+=-pthread
DPADD+=${LIBOBJC}
LDADD+=-lobjc

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>