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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
sys
/
kern
/
ras
/
ras3
/
Makefile
blob
a45c08f7bc23d97bbcb9820a7bb3419c2327a2ee
1
# $NetBSD: Makefile,v 1.3 2006/09/02 21:27:41 martin Exp $
2
3
NOMAN
=
#defined
4
PROG
=
ras3
5
WARNS
=
2
6
7
regress
:
8
@if .
/${
PROG
} ;
then \
9
echo
"PASSED"
;
\
10
else
\
11
echo
"FAILED"
;
\
12
fi
13
14
.
include
<
bsd.prog.mk
>
15
16
.if defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
17
CFLAGS
+= -
fno-reorder-blocks
18
.
endif