1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/usbdump/Makefile
Weongyo Jeong e64ac239f6 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

9 lines
92 B
Makefile

# $FreeBSD$
PROG= usbdump
SRCS= usbdump.c
MAN= usbdump.8
WARNS?= 4
.include <bsd.prog.mk>