This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-24 11:29:10 +00:00
Code
Issues
Releases
Activity
01d5742f86
freebsd
/
usr.sbin
/
usbdump
/
Makefile
9 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
Adds usbdump(8) tool that currently it only supports the very basic feature set. It's not connected to the build yet. Reviewed by: hps
2010-11-22 01:28:29 +00:00
# $FreeBSD$
PROG
=
usbdump
SRCS
=
usbdump.c
MAN
=
usbdump.8
Lower WARNS to unbreak the build, some archs may have alignment issues.
2011-04-04 03:43:13 +00:00
WARNS
?=
3
Adds usbdump(8) tool that currently it only supports the very basic feature set. It's not connected to the build yet. Reviewed by: hps
2010-11-22 01:28:29 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink