freebsd-dev/usr.bin/usbhidctl/Makefile
Josef Karthauser 7b8cfc5217 Install libusbhid, and use it instead of libusb.
MFC after:	6 days
2002-03-28 18:44:25 +00:00

14 lines
216 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+= -lusbhid
DPADD+= ${LIBUSBHID}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>