]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/mach/Makefile.inc
xnu-1228.12.14.tar.gz
[apple/xnu.git] / libsyscall / mach / Makefile.inc
index 40048e71ee8b578ba8a7dd5515a304d4c28bef43..516300d2a30cf1b74b0324627813dffe3f2ec763 100644 (file)
@@ -1,9 +1,5 @@
 # machine-dependent mach sources
-.if ${MACHINE_ARCH} == armv6
-ARCHDIR = arm
-.else
-ARCHDIR = ${MACHINE_ARCH}
-.endif
+ARCHDIR = ${MACHINE_ARCH:C/^armv.*$/arm/}
 .if exists(${.CURDIR}/mach/${ARCHDIR}/Makefile.inc)
 .include "${.CURDIR}/mach/${ARCHDIR}/Makefile.inc"
 .endif