diff options
author | iedowse <iedowse@FreeBSD.org> | 2005-12-15 01:04:51 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2005-12-15 01:04:51 +0000 |
commit | 0b71e714c9e7239d129409bbab17fcae134c16a4 (patch) | |
tree | 7737c1a04045bcabcabbb04e4e56f6cf312b9a67 /usr.sbin/Makefile | |
parent | a7aeead21d6a4abfb93a5304f78212bd5ee19274 (diff) | |
download | FreeBSD-src-0b71e714c9e7239d129409bbab17fcae134c16a4.zip FreeBSD-src-0b71e714c9e7239d129409bbab17fcae134c16a4.tar.gz |
Remove usbd(8) and all references to it. It is no longer necessary
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 9425d42..79ffda7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -169,7 +169,6 @@ SUBDIR= ac \ trpt \ tzsetup \ ugidfw \ - ${_usbd} \ ${_usbdevs} \ vidcontrol \ vipw \ @@ -255,7 +254,6 @@ _sendmail= sendmail .endif .if !defined(NO_USB) -_usbd= usbd _usbdevs= usbdevs .endif |