summaryrefslogtreecommitdiffstats
path: root/usr.sbin/usbdump/Makefile
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2010-11-22 01:28:29 +0000
committerweongyo <weongyo@FreeBSD.org>2010-11-22 01:28:29 +0000
commit08a93ec3b7a224311c5ad5e352f3b55bfb349524 (patch)
tree73a8a725566418172aab6f1237660b6e150a99ed /usr.sbin/usbdump/Makefile
parent1dec7bdf779e4fd81bb16a8ae1824b574065d674 (diff)
downloadFreeBSD-src-08a93ec3b7a224311c5ad5e352f3b55bfb349524.zip
FreeBSD-src-08a93ec3b7a224311c5ad5e352f3b55bfb349524.tar.gz
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
Diffstat (limited to 'usr.sbin/usbdump/Makefile')
-rw-r--r--usr.sbin/usbdump/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/usbdump/Makefile b/usr.sbin/usbdump/Makefile
new file mode 100644
index 0000000..5188901
--- /dev/null
+++ b/usr.sbin/usbdump/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= usbdump
+SRCS= usbdump.c
+MAN= usbdump.8
+WARNS?= 4
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud