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
/
kern
/
write_append
/
Makefile
blob
40f47e2c1632f4cffea34a46f2fb7c1398a653a6
1
# $NetBSD: Makefile,v 1.1 2008/03/21 12:27:12 yamt Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
write_append
6
WARNS?
=
4
7
8
regress
:
9
@if
${
.OBJDIR
}/${
PROG
}
2
> /
dev
/
null
;
then \
10
echo
"PASSED"
;
\
11
else
\
12
echo
"FAILED"
;
\
13
fi
14
15
.
include
<
bsd.prog.mk
>