Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/mem/Makefile 180781 2008-07-24 14:07:52Z marius $
---
> # $FreeBSD: head/sys/modules/mem/Makefile 211690 2010-08-23 06:13:29Z imp $
5c5
< .PATH: ${.CURDIR}/../../${MACHINE_ARCH}/${MACHINE_ARCH}
---
> .PATH: ${.CURDIR}/../../${MACHINE_CPUARCH}/${MACHINE_CPUARCH}
9c9
< .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
---
> .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
12c12
< .if ${MACHINE_ARCH} == "i386"
---
> .if ${MACHINE_CPUARCH} == "i386"
15c15
< .if ${MACHINE_ARCH} == "amd64"
---
> .if ${MACHINE_CPUARCH} == "amd64"