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
/
condcancel1
/
Makefile
blob
6ca5af438f48eb64ec0913e6d4821bea1a33fefd
1
# $NetBSD: Makefile,v 1.1 2003/11/21 19:24:01 nathanw Exp $
2
3
WARNS
=
2
4
5
PROG
=
condcancel1
6
SRCS
=
condcancel1.c
7
8
LDADD
= -
lpthread
9
10
NOMAN
=
11
12
regress
:
13
.
/
condcancel1
14
15
.
include
<
bsd.prog.mk
>