repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000: add i82583V 1000baseT Ethernet
[minix3.git]
/
bin
/
sleep
/
Makefile
blob
917f95f3d249e4421c4c604f83f9ed714545c8c2
1
# $NetBSD: Makefile,v 1.9 1997/08/04 01:13:07 perry 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
>