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]
/
bin
/
sleep
/
Makefile
blob
465b551e9138bc8081ea1dc38b53120ae8f2daca
1
# $NetBSD: Makefile,v 1.8 1997/07/20 22:38:01 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
sleep
5
LDADD
+= -
lm
6
DPADD
+= ${
LIBM
}
7
8
.
include
<
bsd.prog.mk
>