diff options
author | imp <imp@FreeBSD.org> | 2010-03-04 20:31:49 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-03-04 20:31:49 +0000 |
commit | c0fe6aeb106b8c417cf7a458ba3f50238c19afb8 (patch) | |
tree | 0d1484c6c1de97d18098dd616132d8d1d8a5e3ab /usr.sbin/Makefile | |
parent | 0b731969643c34ef50253d83a009fcaa9cd3ad53 (diff) | |
download | FreeBSD-src-c0fe6aeb106b8c417cf7a458ba3f50238c19afb8.zip FreeBSD-src-c0fe6aeb106b8c417cf7a458ba3f50238c19afb8.tar.gz |
moused is useful even without usb, so remove comment asking if it is.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index cdcaaf3..b76b80e 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -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 |