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
boot: Use snprintf() when filling command_errbuf[] w/ dynamic content.
[dragonfly.git]
/
usr.sbin
/
usbdump
/
Makefile
blob
75e9d70e3b5448efdb37fbcac171cdc8d72ffed1
1
# $FreeBSD: head/usr.sbin/usbdump/Makefile 220316 2011-04-04 03:43:13Z thompsa $
2
3
PROG
=
usbdump
4
SRCS
=
usbdump.c
5
MAN
=
usbdump
.8
6
WARNS?
=
3
7
8
.
include
<
bsd.prog.mk
>