repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
libevent
/
lib
/
libevent_pthreads
/
Makefile
blob
95cc7e068f99d6986648c4052d49f10829886e31
1
# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:10 joerg Exp $
2
3
LIB
=
event_pthreads
4
5
COPTS
+=-
pthread
6
7
SRCS
=
evthread_pthread.c
8
9
LIBDPLIBS
+=
\
10
event
${
.CURDIR
}/
..
/
libevent \
11
pthread
${
NETBSDSRCDIR
}/
lib
/
libpthread
12
13
.
include
<
bsd.lib.mk
>