mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
13 lines
210 B
Makefile
13 lines
210 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= usbhidctl
|
|
SRCS= usbhid.c
|
|
|
|
LDADD+= -lusb
|
|
DPADD+= ${LIBUSB}
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|