mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
172 B
Makefile
10 lines
172 B
Makefile
# $FreeBSD$
|
|
# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
|
|
|
|
PROG= usbhidaction
|
|
SRCS= usbhidaction.c
|
|
|
|
LDADD= -lusbhid
|
|
DPADD= ${LIBUSBHID}
|
|
|
|
.include <bsd.prog.mk>
|