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
<net/if_poll.h>: Add license. It was based on sys/net/if_poll.c.
[dragonfly.git]
/
usr.bin
/
kcollect
/
Makefile
blob
c1e3fb25132a7a0e6a2b0a8d485dcc0e8d69e237
1
2
PROG
=
kcollect
3
SRCS
=
kcollect.c gnuplot.c
4
MAN
=
kcollect
.8
5
6
DPADD
= ${
LIBUTIL
}
7
LDADD
= -
lutil
8
9
.
include
<
bsd.prog.mk
>