mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
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:
parent
f4675a30ed
commit
fcc56d9930
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56583
@ -11,6 +11,10 @@
|
||||
scsi
|
||||
..
|
||||
..
|
||||
dev
|
||||
usb
|
||||
..
|
||||
..
|
||||
g++
|
||||
std
|
||||
..
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user