2009-04-15 02:15:16 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2009/04/14 22:15:28 lukem Exp $
|
2000-12-30 16:07:48 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
PROG= usbhidaction
|
|
|
|
SRCS= usbhidaction.c
|
|
|
|
|
2001-12-28 20:49:31 +03:00
|
|
|
LDADD+= -lusbhid -lutil
|
2002-02-02 19:54:26 +03:00
|
|
|
DPADD+= ${LIBUSBHID} ${LIBUTIL}
|
2000-12-30 16:07:48 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.include <bsd.subdir.mk>
|