Home | History | Annotate | Line # | Download | only in usb
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2001/04/11 19:07:38 jdolecek Exp $
      2 
      3 # use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h
      4 
      5 INCSDIR= /usr/include/dev/usb
      6 
      7 # Only install includes which are used by userland
      8 INCS=	urio.h usb.h usbhid.h
      9 
     10 .include <bsd.kinc.mk>
     11