diff --git a/sbin/Makefile b/sbin/Makefile index b2636ee80a9f..101b2cdf00fb 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -112,4 +112,8 @@ SUBDIR+=fdisk \ SUBDIR+=sunlabel .endif +.if ${MACHINE_ARCH} == "amd64" +SUBDIR+=fdisk +.endif + .include