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
/
citrus
/
mbtowc
/
Makefile
blob
ca37a197425239999636ca2cb811cfe17e2fb65d
1
# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:37 lukem Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
mbtowc_test
6
WARNS?
=
1
7
8
regress
: ${
PROG
}
9
@if .
/${
PROG
};
then \
10
echo PASSED
;
\
11
else
\
12
echo FAILED
;
\
13
exit
1
;
\
14
fi
15
16
.
include
<
bsd.prog.mk
>