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
/
wcstod
/
Makefile
blob
826044cf1ee24077757b62313b84862f0f320795
1
# $NetBSD$
2
3
NOMAN
=
#defined
4
5
PROG
=
wcstod_test
6
WARNS?
=
4
7
8
regress
: ${
PROG
}
9
.
/${
PROG
}
10
11
.
include
<
bsd.prog.mk
>