xref: /openbsd/usr.bin/usbhidaction/Makefile (revision 58a577e1)
1#	$OpenBSD: Makefile,v 1.4 2017/07/09 21:23:19 espie Exp $
2#	$NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
3
4PROG=	usbhidaction
5
6LDADD+=	-lusbhid
7DPADD+=	${LIBUSBHID}
8
9.include <bsd.prog.mk>
10