Hook uathload up to the build. It's used for loading the firmware for

uath(4).
This commit is contained in:
Weongyo Jeong 2009-04-07 01:58:29 +00:00
parent 6621e32ee1
commit f561843cf0

View File

@ -180,6 +180,7 @@ SUBDIR= ${_ac} \
${_traceroute6} \ ${_traceroute6} \
trpt \ trpt \
tzsetup \ tzsetup \
${_uathload} \
ugidfw \ ugidfw \
${_usbdevs} \ ${_usbdevs} \
${_usbconfig} \ ${_usbconfig} \
@ -396,6 +397,7 @@ _crunch= crunch
.endif .endif
.if ${MK_USB} != "no" .if ${MK_USB} != "no"
_uathload= uathload
#_usbdevs= usbdevs #_usbdevs= usbdevs
_usbconfig= usbconfig _usbconfig= usbconfig
.endif .endif