10 lines
209 B
Makefile
10 lines
209 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1998/07/12 19:51:58 augustss Exp $
|
||
|
|
||
|
# use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h
|
||
|
|
||
|
INCSDIR= /usr/include/dev/usb
|
||
|
|
||
|
INCS= usb.h usbhid.h
|
||
|
|
||
|
.include <bsd.kinc.mk>
|