1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/usr.bin/usbhidaction/Makefile
2017-07-09 21:23:18 +00:00

10 lines
200 B
Makefile

# $OpenBSD: Makefile,v 1.4 2017/07/09 21:23:19 espie Exp $
# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
PROG= usbhidaction
LDADD+= -lusbhid
DPADD+= ${LIBUSBHID}
.include <bsd.prog.mk>