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
/
lockf
/
Makefile
blob
10a3ddf944d962659f21ba9e047666ece457c75d
1
# $NetBSD: Makefile,v 1.2 2001/12/12 01:24:16 tv Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
lockf
6
WARNS
=
2
7
8
regress
:
9
@if .
/
lockf
;
then \
10
echo
"PASSED"
;
\
11
else
\
12
echo
"FAILED"
;
\
13
fi
14
15
.
include
<
bsd.prog.mk
>