aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2005-12-15 01:04:51 +0000
committerIan Dowse <iedowse@FreeBSD.org>2005-12-15 01:04:51 +0000
commit2e46a159cca83682a3a85b13c211702d11d90867 (patch)
tree7737c1a04045bcabcabbb04e4e56f6cf312b9a67 /usr.sbin/Makefile
parent63e6f39011cd4363a56a5074353356696d7fcd23 (diff)
downloadsrc-2e46a159cca83682a3a85b13c211702d11d90867.tar.gz
src-2e46a159cca83682a3a85b13c211702d11d90867.zip
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
Notes
Notes: svn path=/head/; revision=153430
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 9425d42ab52b..79ffda7de20d 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