Date: Tue, 7 Apr 2009 01:58:29 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190791 - head/usr.sbin Message-ID: <200904070158.n371wTrG089506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904070158.n371wTrG089506>