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
tools/tcp_stream: Set message size on both send and receive sides
[dragonfly.git]
/
usr.sbin
/
usbconfig
/
Makefile
blob
23777a90759776272cf69c1d84db175c0f188729
1
#
2
# $FreeBSD: head/usr.sbin/usbconfig/Makefile 201922 2010-01-09 18:59:03Z antoine $
3
#
4
PROG
=
usbconfig
5
MAN
=
usbconfig
.8
6
SRCS
=
usbconfig.c dump.c
7
DPADD
+= ${
LIBUSB
}
8
LDADD
+= -
lusb
9
10
.
include
<
bsd.prog.mk
>