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
/
sys
/
uvm
/
stack_exec
/
Makefile
blob
db4c5492922fd9d458c422245ac45be5d880f970
1
# $NetBSD: Makefile,v 1.1 2003/12/10 13:24:59 drochner Exp $
2
3
NOMAN
=
#
4
PROG
=
tramptest
5
LDADD
= -
lpthread
6
7
regress
: ${
PROG
}
8
@if .
/
tramptest
;
then \
9
echo
"PASSED"
;
\
10
else
\
11
echo
"FAILED"
;
\
12
fi
13
14
.
include
<
bsd.prog.mk
>