xref: /dragonfly/usr.bin/u4bhidctl/Makefile (revision dadd6466)
1#	$NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
2#	$FreeBSD: src/usr.bin/usbhidctl/Makefile,v 1.2.2.1 2002/04/03 16:48:25 joe Exp $
3
4.include <bsd.own.mk>
5
6PROG=	usbhidctl
7SRCS=	usbhid.c
8
9LDADD+=	-lusbhid
10DPADD+=	${LIBUSBHID}
11
12.include <bsd.prog.mk>
13