repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ident(1): Suppress implicit-fallthrough warnings.
[dragonfly.git]
/
usr.bin
/
time
/
Makefile
blob
3be6f6063df1d4ea8d90d5329f506924be17332e
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/time/Makefile,v 1.4 2007/08/27 16:50:59 pavalos Exp $
3
4
PROG
=
time
5
DPADD
= ${
LIBKINFO
}
6
LDADD
= -
lkinfo
7
8
.
include
<
bsd.prog.mk
>