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
/
arch
/
i386
/
iopl
/
Makefile
blob
1e7d31c81dc2582b02207464a96ab38bedf3a589
1
# $NetBSD: Makefile,v 1.1 2008/01/04 14:23:00 yamt Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
iopl
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
>