diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-02-24 00:53:10 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-02-24 00:53:10 +0000 |
commit | 78cea5d6be572a137f48d96cda3aa081454fffc3 (patch) | |
tree | d0bba76dcbc288bad715b392c05f0eaada370eaa /include | |
parent | cf8a92987a9233b1d42762c9a4847b890f937561 (diff) | |
download | FreeBSD-src-78cea5d6be572a137f48d96cda3aa081454fffc3.zip FreeBSD-src-78cea5d6be572a137f48d96cda3aa081454fffc3.tar.gz |
Install the old usb headers under /usr/include/legacy/dev/usb as they are
needed by the hal port. This will be removed before 8.0.
Add an exclusion to kdump as some structs will be redefined.
Requested by: marcus
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index aea958a..6e116c4 100644 --- a/include/Makefile +++ b/include/Makefile @@ -54,7 +54,7 @@ LSUBDIRS= cam/scsi \ security/mac_mls security/mac_partition \ ufs/ffs ufs/ufs -LSUBSUBDIRS= dev/mpt/mpilib +LSUBSUBDIRS= dev/mpt/mpilib legacy/dev/usb .if ${MACHINE_ARCH} == "powerpc" _dev_powermac_nvram= dev/powermac_nvram |