fix build on sparc

MFC after:	1 month
This commit is contained in:
Sam Leffler 2006-05-06 23:14:19 +00:00
parent fadc7151b7
commit 7dfd9569a2

View file

@ -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"