1 2 3 4 5 6 7 8 9 10 11 12
# $NetBSD: Makefile,v 1.6 2009/04/14 22:15:28 lukem Exp $ .include <bsd.own.mk> PROG= usbhidaction SRCS= usbhidaction.c LDADD+= -lusbhid -lutil DPADD+= ${LIBUSBHID} ${LIBUTIL} .include <bsd.prog.mk> .include <bsd.subdir.mk>