xref: /netbsd-src/sys/dev/hid/Makefile (revision 878cb1cfc5c28aceb3af225d369fb726a6177fc2)
1#	$NetBSD: Makefile,v 1.1 2017/12/10 20:38:14 bouyer Exp $
2
3INCSDIR= /usr/include/dev/hid
4
5# Only install includes which are used by userland
6INCS=	hid.h
7
8.include <bsd.kinc.mk>
9