Install usbdevs.h as well.

This commit is contained in:
augustss 2000-08-20 22:25:20 +00:00
parent 3cac59ee4f
commit d9426e06b6
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 1999/01/01 07:43:13 augustss Exp $
# $NetBSD: Makefile,v 1.3 2000/08/20 22:25:20 augustss Exp $
# use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h
INCSDIR= /usr/include/dev/usb
INCS= usb.h usbcdc.h usbhid.h
INCS= usb.h usbcdc.h usbhid.h usbdevs.h
.include <bsd.kinc.mk>