xref: /dragonfly/usr.bin/u4bhidctl/Makefile (revision 8edfbc5e)
1#	$NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
2# $FreeBSD: head/usr.bin/usbhidctl/Makefile 94744 2002-04-15 09:33:34Z ru $
3
4PROG=	usbhidctl
5SRCS=	usbhid.c
6DPADD=	${LIBUSBHID}
7LDADD=	-lusbhid
8
9.include <bsd.prog.mk>
10