diff --git a/sbin/Makefile b/sbin/Makefile index 8ece390460d..7f58233b1f9 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -148,6 +148,10 @@ _fdisk= fdisk _mca= mca .endif +.if ${MACHINE_ARCH} == "mips" +_fdisk= fdisk +.endif + .if ${MACHINE_ARCH} == "sparc64" _sunlabel= sunlabel .endif