Install the USB include files in /usr/include/dev/usb.

We should still sort out some way of avoiding the clutter. Not all files
should be there.

Prompted by:   Louis A. Mamakos <louie@TransSys.COM>
This commit is contained in:
Nick Hibma 2000-01-25 09:24:23 +00:00
parent f4675a30ed
commit fcc56d9930
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56583
3 changed files with 11 additions and 2 deletions

View File

@ -11,6 +11,10 @@
scsi
..
..
dev
usb
..
..
g++
std
..

View File

@ -44,8 +44,8 @@ LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \
LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \
netipx netkey netncp netns nfs ntfs nwfs pccard posix4 sys vm
LNOHEADERDIRS= isofs ufs
LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi
LNOHEADERDIRS= isofs ufs dev
LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi dev/usb
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is

View File

@ -156,6 +156,11 @@ standard C include files
.Bl -tag -width "kerberosIV/" -compact
.It Li arpa/
C include files for Internet service protocols
.It Li dev/
.Bl -tag -width "kerberosIV/" -compact
.It usb/
The USB subsystem
.El
.It Li g++/
GNU C++ include files
.Bl -tag -width "kerberosIV/" -compact