mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
|
|
|
|
PROG= usbhidaction
|
|
|
|
LDADD= -lusbhid
|
|
DPADD= ${LIBUSBHID}
|
|
|
|
.include <bsd.prog.mk>
|