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
/
sysvmsg
/
Makefile
blob
f91a3c475bce25f8c082ac68ad37f02295d00051
1
# $NetBSD: Makefile,v 1.3 2002/03/05 21:56:59 thorpej Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
msgtest
6
WARNS
=
1
7
8
regress
:
9
@if .
/
msgtest .
/
msgtest
;
then \
10
echo
"PASSED"
;
\
11
else
\
12
echo
"FAILED"
;
\
13
fi
14
15
.
include
<
bsd.prog.mk
>