From 21a71db5cadfbc3003f60874e3f9ad3045026a28 Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 6 May 2006 23:14:19 +0000 Subject: fix build on sparc MFC after: 1 month --- sys/modules/ath_hal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/modules') diff --git a/sys/modules/ath_hal/Makefile b/sys/modules/ath_hal/Makefile index 1507d13..f1cf9fc 100644 --- a/sys/modules/ath_hal/Makefile +++ b/sys/modules/ath_hal/Makefile @@ -59,6 +59,7 @@ CFLAGS+= -I. -I${HAL}/freebsd -I${HAL} # patch for hal naming difference ATH_MODULE_ARCH=${MACHINE_ARCH:S/amd64/x86_64/} +ATH_MODULE_ARCH=${MACHINE_ARCH:S/sparc64/sparc64-be/} .if defined(HAL_SRC) .include "${HAL}/freebsd/Makefile.inc" -- cgit v1.1