K 10 svn:author V 5 peter K 8 svn:date V 27 2000-01-26T17:12:09.000000Z K 7 svn:log V 268 Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb). It was creating ${.OBJDIR}/${MACHINE}/usr/include/dev -> .../sys/dev and mkioctls would descend that and saw *all* of src/sys/dev/*/*.h, not just dev/usb/*.h. It then choked on the dpt includes. END