878cb1cfc5
- need to install sys/dev/hid/hid.h for userland - include it where needed - most of the time in place if usb/usbhid.h
9 lines
178 B
Makefile
9 lines
178 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/12/10 20:38:14 bouyer Exp $
|
|
|
|
INCSDIR= /usr/include/dev/hid
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= hid.h
|
|
|
|
.include <bsd.kinc.mk>
|