summaryrefslogtreecommitdiff
path: root/sys/dev/usb/Makefile
blob: 62170eaad27f41863dfbaa9df2a48b2145037c6e (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.4 2001/04/11 19:07:38 jdolecek Exp $

# use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h

INCSDIR= /usr/include/dev/usb

# Only install includes which are used by userland
INCS=	urio.h usb.h usbhid.h

.include <bsd.kinc.mk>