From f561843cf0907b4bcc627cf8b58c8043e66ab54f Mon Sep 17 00:00:00 2001 From: Weongyo Jeong Date: Tue, 7 Apr 2009 01:58:29 +0000 Subject: [PATCH] Hook uathload up to the build. It's used for loading the firmware for uath(4). --- usr.sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 62aa26f5a26a..3d2ae8000185 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -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