From 32d7e7cf1f25a1fab6a33e94282d6ecf488e0cfc Mon Sep 17 00:00:00 2001 From: weongyo Date: Tue, 7 Apr 2009 01:58:29 +0000 Subject: 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(+) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 62aa26f..3d2ae80 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 -- cgit v1.1