summaryrefslogtreecommitdiff
path: root/sys/dev/usb/Makefile
blob: c149403ea760a9417a80440b3ea05c517098c04d (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.5 2002/04/12 17:56:14 heinz 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=	urio.h usb.h usbhid.h

.include <bsd.kinc.mk>