NetBSD/usr.bin/usbhidctl/Makefile

10 lines
200 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 1998/07/13 11:14:03 augustss Exp $
PROG= usbhidctl
SRCS= usbhid.c hidsubr.c
FILES= usb_hid_usages
FILESDIR=/usr/share/misc
.include <bsd.prog.mk>
.include <bsd.subdir.mk>