sys/vfs/tmpfs: Remove #include <sys/spinlock2.h>
[dragonfly.git] / usr.bin / usbhidaction / Makefile
1 #       $FreeBSD: head/usr.bin/usbhidaction/Makefile 140941 2005-01-28 16:08:11Z ru $
2 #       $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
3
4 PROG=   usbhidaction
5
6 LDADD=  -lusbhid
7 DPADD=  ${LIBUSBHID}
8
9 .include <bsd.prog.mk>