--- test-suite/Makefile.orig	Tue Jan 17 11:10:51 2012
+++ test-suite/Makefile	Tue Apr 23 14:56:48 2013
@@ -46,6 +46,7 @@ SHOW := $(if $(VERBOSE),@true,@echo)
 HIDE := $(if $(VERBOSE),,@)
 REDIR := $(if $(VERBOSE),,> /dev/null 2>&1)
 
+bogomips :=
 ifneq (,$(wildcard /proc/cpuinfo))
   sedbogo := -e "s/bogomips.*: \([0-9]*\).*/\1/p" # i386, ppc
   sedbogo += -e "s/Cpu0Bogo.*: \([0-9]*\).*/\1/p" # sparc
@@ -54,7 +55,7 @@ ifneq (,$(wildcard /proc/cpuinfo))
 endif
 
 ifeq (,$(bogomips))
-  $(warning cannot run complexity tests (no bogomips found))
+  $(warning cannot run complexity tests on OpenBSD)
 endif
 
 log_success = "==========> SUCCESS <=========="
@@ -112,7 +113,7 @@ $(foreach S,$(VSUBSYSTEMS),$(eval $(call mkstamp,$(S))
 # Summary
 #######################################################################
 
-summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 -n 1 tail -n1 | sort -g
+summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 -n 1 tail -n1 | sort -n
 
 .PHONY: summary summary.log
 
