diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-05-27 16:16:56 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-05-27 16:16:56 +0000 |
commit | 14ea3ee2bb371575697cd652ca2064877b187983 (patch) | |
tree | 723b0aed327f79b20884592648d5b64748a24f12 /include | |
parent | 3f72bbde95ea9eee2e163b14ffdca8533a85e6c1 (diff) | |
download | FreeBSD-src-14ea3ee2bb371575697cd652ca2064877b187983.zip FreeBSD-src-14ea3ee2bb371575697cd652ca2064877b187983.tar.gz |
Delete the old USB stack. The new stack has settled in and has all the
drivers/functionality and then some.
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 150a030..650fe6b 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 legacy/dev/usb +LSUBSUBDIRS= dev/mpt/mpilib .if ${MACHINE_ARCH} == "powerpc" _dev_powermac_nvram= dev/powermac_nvram |