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
/
ras2
/
Makefile
blob
75def4fced7ab616b9a00659c5726bb66e0513f5
1
# $NetBSD: Makefile,v 1.3 2006/09/19 20:17:28 skrll Exp $
2
3
NOMAN
=
#defined
4
5
PROG
=
ras2
6
WARNS
=
2
7
8
regress
:
9
@if .
/${
PROG
} ;
then \
10
echo
"PASSED"
;
\
11
else
\
12
echo
"FAILED"
;
\
13
fi
14
15
.
include
<
bsd.prog.mk
>
16
17
.if defined
(
HAVE_GCC
) && ${
HAVE_GCC
} ==
4
18
CFLAGS
+= -
fno-reorder-blocks
19
.
endif