Module Name: src Committed By: mlelstv Date: Wed Jan 29 21:52:16 UTC 2020
Modified Files: src/sys/dev/usb: Makefile Log Message: urio(4) was deleted To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/Makefile diff -u src/sys/dev/usb/Makefile:1.10 src/sys/dev/usb/Makefile:1.11 --- src/sys/dev/usb/Makefile:1.10 Tue Jul 31 16:44:29 2018 +++ src/sys/dev/usb/Makefile Wed Jan 29 21:52:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/07/31 16:44:29 khorben Exp $ +# $NetBSD: Makefile,v 1.11 2020/01/29 21:52:16 mlelstv Exp $ # use 'make -f Makefile.usbdevs' to make usbdevs.h and usbdevs_data.h # _after_ you committed usbdevs. See comment in Makefile.usbdevs @@ -6,6 +6,6 @@ INCSDIR= /usr/include/dev/usb # Only install includes which are used by userland -INCS= if_umbreg.h mbim.h ukyopon.h urio.h usb.h usbhid.h utoppy.h +INCS= if_umbreg.h mbim.h ukyopon.h usb.h usbhid.h utoppy.h .include <bsd.kinc.mk>