diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 10f230080e16..041ed19391b3 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -22,7 +22,11 @@ SUBDIR= bc \ send-pr \ sort \ ${_texinfo} - + +.if ${MACHINE_ARCH} == "mips" +MK_GDB=no # not yet +.endif + .if ${MK_CXX} != "no" _gperf= gperf .if ${MK_GROFF} != "no"