NetBSD/sys/dev/hid/Makefile
bouyer 878cb1cfc5 Fix fallout from hid factorisation:
- need to install sys/dev/hid/hid.h for userland
- include it where needed - most of the time in place if usb/usbhid.h
2017-12-10 20:38:13 +00:00

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>