blob: 673302874bcbdb659cd46907a91e87cbe06de650 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.9 2006/05/14 21:47:00 elad 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= ukyopon.h urio.h usb.h usbhid.h utoppy.h
.include <bsd.kinc.mk>
|