1# $FreeBSD$ 2# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $ 3 4PROG= usbhidaction 5 6LIBADD= usbhid 7 8.include <bsd.prog.mk> 9