Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / regress / sys / kern / ras / ras1 / Makefile
blob96f3de8e9b29cf555c0c16918546cd778e3ef339
1 # $NetBSD: Makefile,v 1.3 2006/09/19 20:17:28 skrll Exp $
3 NOMAN= #defined
5 PROG= ras1
6 WARNS= 2
8 regress:
9 @if ./${PROG} ; then \
10 echo "PASSED"; \
11 else \
12 echo "FAILED"; \
15 .include <bsd.prog.mk>
17 .if defined(HAVE_GCC) && ${HAVE_GCC} == 4
18 CFLAGS+= -fno-reorder-blocks
19 .endif