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
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
sys
/
kern
/
lockf2
/
Makefile
blob
517bb1e1871e160b44ba66c491e4180611d9789b
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
WARNS
=
3
5
6
PROG
=
lockf2
7
8
DBG
=-
g
9
TESTFILE
=
TESTFILE
10
CLEANFILES
= ${
TESTFILE
}
11
12
regress
: ${
PROG
}
13
@set
-
e
;
\
14
if .
/${
PROG
} > ${
TESTFILE
};
then \
15
echo PASSED
;
exit
0
;
\
16
else
\
17
echo FAILED
;
exit
1
;
\
18
fi
19
20
.
include
<
bsd.prog.mk
>