mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
9 lines
92 B
Makefile
9 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= usbdump
|
|
SRCS= usbdump.c
|
|
MAN= usbdump.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|