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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to