Home | History | Annotate | Line # | Download | only in hid
      1 #	$NetBSD: Makefile,v 1.1 2017/12/10 20:38:14 bouyer Exp $
      2 
      3 INCSDIR= /usr/include/dev/hid
      4 
      5 # Only install includes which are used by userland
      6 INCS=	hid.h
      7 
      8 .include <bsd.kinc.mk>
      9