diff options
| -rw-r--r-- | etc/mtree/BSD.include.dist | 4 | ||||
| -rw-r--r-- | include/Makefile | 4 | ||||
| -rw-r--r-- | share/man/man7/hier.7 | 5 |
3 files changed, 11 insertions, 2 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 12db5d71b578..27d68001b07a 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -11,6 +11,10 @@ scsi .. .. + dev + usb + .. + .. g++ std .. diff --git a/include/Makefile b/include/Makefile index 7ed6b4150118..1116df8c54e9 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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 diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 6de70d1f0117..c29c48da27fb 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -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 |
