repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
lib
/
libpthread
/
rwlock1
/
Makefile
blob
22c9e3b03b2f2dc82246d8e6a455d64af914b0ef
1
# $NetBSD$
2
3
WARNS
=
3
4
5
PROG
=
rwlock1
6
SRCS
=
rwlock1.c
7
8
LDADD
= -
lpthread
9
10
NOMAN
=
11
12
regress
:
13
.
/
rwlock1
14
15
.
include
<
bsd.prog.mk
>