svn commit: r190791 - head/usr.sbin
Weongyo Jeong
weongyo at FreeBSD.org
Mon Apr 6 18:58:31 PDT 2009
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
More information about the svn-src-head
mailing list