mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
58a577e134
the default. okay millert@
10 lines
200 B
Makefile
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>
|