diff options
-rw-r--r-- | gnu/usr.bin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 10f2300..041ed19 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" |