Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/usb Pull up rev 1.4: Install usbdevs.h



details:   https://anonhg.NetBSD.org/src/rev/b4cf03e4f657
branches:  netbsd-1-5
changeset: 489373:b4cf03e4f657
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Sep 04 15:16:06 2000 +0000

description:
Pull up rev 1.4: Install usbdevs.h
(approved by thorpej)

diffstat:

 sys/dev/usb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 33a03af41cd1 -r b4cf03e4f657 sys/dev/usb/Makefile
--- a/sys/dev/usb/Makefile      Mon Sep 04 11:35:05 2000 +0000
+++ b/sys/dev/usb/Makefile      Mon Sep 04 15:16:06 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.2 1999/01/01 07:43:13 augustss Exp $
+#      $NetBSD: Makefile,v 1.2.18.1 2000/09/04 15:16:06 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>



Home | Main Index | Thread Index | Old Index