diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-01-25 09:24:23 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-01-25 09:24:23 +0000 |
commit | 7d24a31cecc25d2244173528eb1e3981fe59c41a (patch) | |
tree | 4f571d06521fcd1975d46eee2353320857d88140 /include/Makefile | |
parent | 59f42795e8ec265c2a666a4fc5eb5ff6c39993c6 (diff) | |
download | FreeBSD-src-7d24a31cecc25d2244173528eb1e3981fe59c41a.zip FreeBSD-src-7d24a31cecc25d2244173528eb1e3981fe59c41a.tar.gz |
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>
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 7ed6b41..1116df8 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 |