From owner-svn-src-head@FreeBSD.ORG Tue Apr 7 01:58:30 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16F9B10657AA; Tue, 7 Apr 2009 01:58:30 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 03CC08FC1C; Tue, 7 Apr 2009 01:58:30 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n371wTwD089507; Tue, 7 Apr 2009 01:58:29 GMT (envelope-from weongyo@svn.freebsd.org) Received: (from weongyo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n371wTrG089506; Tue, 7 Apr 2009 01:58:29 GMT (envelope-from weongyo@svn.freebsd.org) Message-Id: <200904070158.n371wTrG089506@svn.freebsd.org> From: Weongyo Jeong Date: Tue, 7 Apr 2009 01:58:29 +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: r190791 - head/usr.sbin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 01:58:31 -0000 Author: weongyo Date: Tue Apr 7 01:58:29 2009 New Revision: 190791 URL: http://svn.freebsd.org/changeset/base/190791 Log: Hook uathload up to the build. It's used for loading the firmware for uath(4). Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Tue Apr 7 01:41:17 2009 (r190790) +++ head/usr.sbin/Makefile Tue Apr 7 01:58:29 2009 (r190791) @@ -180,6 +180,7 @@ SUBDIR= ${_ac} \ ${_traceroute6} \ trpt \ tzsetup \ + ${_uathload} \ ugidfw \ ${_usbdevs} \ ${_usbconfig} \ @@ -396,6 +397,7 @@ _crunch= crunch .endif .if ${MK_USB} != "no" +_uathload= uathload #_usbdevs= usbdevs _usbconfig= usbconfig .endif