Revision 90487acae32a79d2baef4ed7d33f1f320481d295 authored by Scott Long on 07 May 2005, 17:51:09 UTC, committed by Scott Long on 07 May 2005, 17:51:09 UTC
1 parent e8590b0
Raw File
Makefile
#	$NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
# $FreeBSD$

PROG=	usbhidctl
SRCS=	usbhid.c
DPADD=	${LIBUSBHID}
LDADD=	-lusbhid

.include <bsd.prog.mk>
back to top