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
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
lib
/
libm
/
round
/
Makefile
blob
3c4a8021cb32c8ea6c407cd65c2596e4c9aaf21f
1
# $NetBSD$
2
3
PROG
=
round
4
LDADD
+= -
lm
5
NOMAN
=
6
7
regress
: $(
PROG
)
8
.
/$(
PROG
)
9
10
.
include
<
bsd.prog.mk
>