diff --git a/sbin/Makefile b/sbin/Makefile index 2a1ee08ebfc8..30c439ba75a8 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -75,8 +75,8 @@ SUBDIR= adjkerntz \ SUBDIR+= kget mount_nwfs .endif -.if exists(${.CURDIR}/${MACHINE_ARCH}) -SUBDIR+= ${MACHINE_ARCH} +.if exists(${.CURDIR}/${MACHINE}) +SUBDIR+= ${MACHINE} .endif .include