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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
regress
/
lib
/
libpthread
/
conddestroy1
/
Makefile
blob
abd622092d0bcfcb2620e9ec89c7518154b9c86f
1
# $NetBSD: Makefile,v 1.1 2003/01/30 18:53:45 thorpej Exp $
2
3
WARNS
=
1
4
5
PROG
=
conddestroy1
6
SRCS
=
conddestroy1.c
7
8
LDADD
= -
lpthread
9
10
NOMAN
=
11
12
regress
:
13
.
/
conddestroy1
14
15
.
include
<
bsd.prog.mk
>