[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / usbhidaction

File: [local] / src / usr.bin / usbhidaction / Makefile (download)

Revision 1.2, Mon Oct 26 10:08:14 2015 UTC (8 years, 7 months ago) by jung
Branch: MAIN
Changes since 1.1: +2 -2 lines

remove util.h include and -lutil after pidfile removal

ok deraadt

#	$OpenBSD: Makefile,v 1.2 2015/10/26 10:08:14 jung Exp $
#	$NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $

PROG=	usbhidaction
SRCS=	usbhidaction.c

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

.include <bsd.prog.mk>