kernel - Fix races created by a comedy of circumstansces (3)
[dragonfly.git] / usr.sbin / usbdump / Makefile
blob75e9d70e3b5448efdb37fbcac171cdc8d72ffed1
1 # $FreeBSD: head/usr.sbin/usbdump/Makefile 220316 2011-04-04 03:43:13Z thompsa $
3 PROG= usbdump
4 SRCS= usbdump.c
5 MAN= usbdump.8
6 WARNS?= 3
8 .include <bsd.prog.mk>