Index: head/Makefile.inc1 =================================================================== --- head/Makefile.inc1 +++ head/Makefile.inc1 @@ -1988,7 +1988,7 @@ # Run test suite on installed world. # checkworld: .PHONY - @if [ ! -x "${LOCALBASE}/bin/kyua" ]; then \ + @if [ ! -x "${LOCALBASE}/bin/kyua" ] && [ ! -x "/usr/bin/kyua" ]; then \ echo "You need kyua (devel/kyua) to run the test suite." | /usr/bin/fmt; \ exit 1; \ fi