From owner-svn-src-all@FreeBSD.ORG Sun Oct 3 20:09:19 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D028C106566B; Sun, 3 Oct 2010 20:09:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A55428FC15; Sun, 3 Oct 2010 20:09:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o93K9JhH085817; Sun, 3 Oct 2010 20:09:19 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o93K9JjD085815; Sun, 3 Oct 2010 20:09:19 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201010032009.o93K9JjD085815@svn.freebsd.org> From: Antoine Brodin Date: Sun, 3 Oct 2010 20:09:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213389 - head/usr.sbin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2010 20:09:19 -0000 Author: antoine Date: Sun Oct 3 20:09:19 2010 New Revision: 213389 URL: http://svn.freebsd.org/changeset/base/213389 Log: Reconnect uathload to the build. Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Sun Oct 3 20:04:11 2010 (r213388) +++ head/usr.sbin/Makefile Sun Oct 3 20:09:19 2010 (r213389) @@ -288,6 +288,7 @@ SUBDIR+= crunch .endif .if ${MK_USB} != "no" +SUBDIR+= uathload SUBDIR+= uhsoctl SUBDIR+= usbconfig .endif