From 87601c01d2025112ce441c43e12fff1a97b6119b Mon Sep 17 00:00:00 2001 From: weongyo Date: Wed, 8 Apr 2009 03:53:20 +0000 Subject: block build of uathload on ia64 temporarily because binutils expects machine-specific flags to match but ar5523.bin doesn't have. Pointed by: marcel --- usr.sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 3d2ae80..970aa6f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -397,7 +397,9 @@ _crunch= crunch .endif .if ${MK_USB} != "no" +.if ${MACHINE_ARCH} != "ia64" _uathload= uathload +.endif #_usbdevs= usbdevs _usbconfig= usbconfig .endif -- cgit v1.1