summaryrefslogtreecommitdiff
path: root/lib/librthread/Makefile
blob: 24a0fa53fdc2e1209534a0622b734e52ced0ad5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.7 2006/01/01 19:32:30 marc Exp $

LIB=rthread
WANTLINT=
LINTFLAGS=-z
CFLAGS+=-Wall -g -Werror -Wshadow

.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
SRCS= rthread.c rthread_attr.c rthread_sched.c rthread_sync.c rthread_tls.c \
	rthread_sig.c rthread_np.c rthread_debug.c rthread_stack.c

OBJS+= _atomic_lock.o rfork_thread.o

.include <bsd.lib.mk>