mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04: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>
|