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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
locale
/
wctomb
/
Makefile.inc
blob
9e457bcd1eb09232fd9b2536587b832718f3a37e
1
# $NetBSD$
2
3
NOMAN= # defined
4
WARNS= 3
5
6
CPPFLAGS+= -I${.CURDIR}/..
7
8
regress:
9
@if ./${PROG}; then \
10
echo PASSED; exit 0; \
11
else \
12
echo FAILED; exit 1; \
13
fi