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
/
arch
/
i386
/
ioperm
/
Makefile
blob
752cddc688eeb9db36a43340a7ea3542c23f720d
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
PROG
=
ioperm
6
WARNS
=
4
7
DPADD
+= ${
LIBARCH
}
8
LDADD
+= -
li386
9
10
regress
:
11
-
@if .
/${
PROG
};
\
12
then echo PASSED
;
\
13
else
echo FAILED
;
fi
14
15
.
include
<
bsd.prog.mk
>