Date: Thu, 4 Mar 2010 20:31:49 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204731 - head/usr.sbin Message-ID: <201003042031.o24KVnbj080908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Mar 4 20:31:49 2010 New Revision: 204731 URL: http://svn.freebsd.org/changeset/base/204731 Log: moused is useful even without usb, so remove comment asking if it is. Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Thu Mar 4 20:22:48 2010 (r204730) +++ head/usr.sbin/Makefile Thu Mar 4 20:31:49 2010 (r204731) @@ -302,7 +302,6 @@ _jls= jls .endif # XXX MK_SYSCONS -# XXX is moused w/ usb useful? .if ${MK_LEGACY_CONSOLE} != "no" _kbdcontrol= kbdcontrol _kbdmap= kbdmap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003042031.o24KVnbj080908>