Index: share/mk/bsd.test.mk =================================================================== --- share/mk/bsd.test.mk +++ share/mk/bsd.test.mk @@ -87,6 +87,10 @@ MAN= .endif +# install test binaries not stripped, some tests depends on certain symbols +# and this eases the debugging +STRIP= + .if !defined(NOT_FOR_TEST_SUITE) .include .endif