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
/
libc
/
gen
/
rbtree
/
Makefile
blob
cfaa417a506f848e5336523653093049d0022d95
1
# $NetBSD$
2
3
WARNS
=
4
4
5
PROG
=
rbstress
6
LDADD
= -
lpthread
7
8
NOMAN
=
9
10
regress
:
11
.
/
rbstress
12
13
.
include
<
bsd.prog.mk
>