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
/
find
/
Makefile
blob
a1511499029877884e9af8b452edc2b1619a2b4e
1
# $NetBSD$
2
3
WARNS
=
4
4
5
PROG
=
findthreads
6
LDADD
= -
lpthread
7
8
NOMAN
=
9
10
regress
:
11
sh
${
.CURDIR
}/
findthreads.sh
12
13
.
include
<
bsd.prog.mk
>