summaryrefslogtreecommitdiff
path: root/usr.bin/usbhidaction/Makefile
blob: cdf597d56bd7a9eef805a0eb44b4e3a628783b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $

.include <bsd.own.mk>

PROG=	usbhidaction
SRCS=	usbhidaction.c

LDADD+=	-lusbhid -lutil
DPADD+=	${LIBUSBHID} ${LIBUTIL}

.include <bsd.prog.mk>
.include <bsd.subdir.mk>