mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
e64ac239f6
feature set. It's not connected to the build yet. Reviewed by: hps
9 lines
92 B
Makefile
9 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= usbdump
|
|
SRCS= usbdump.c
|
|
MAN= usbdump.8
|
|
WARNS?= 4
|
|
|
|
.include <bsd.prog.mk>
|