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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
ieeefp
/
subnormal
/
Makefile
blob
67dad77c1e6c0cea0bcddd855c35282530d8d36e
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
PROG
=
subnormal
6
LDADD
+= -
lm
7
8
#CPPFLAGS+= -DUSE_FLOAT
9
10
regress
: ${
PROG
}
11
.
/${
PROG
}
12
13
.
include
<
bsd.prog.mk
>