blob: 10497a3b21ade6fe992b33746a9e5ba1978898e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.12 2020/03/31 16:28:28 maxv Exp $
# use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h
# _after_ you committed usbdevs. See comment in Makefile.usbdevs
INCSDIR= /usr/include/dev/usb
# Only install includes which are used by userland
INCS= if_umbreg.h mbim.h ukyopon.h usb.h usbhid.h utoppy.h vhci.h
.include <bsd.kinc.mk>
|