ports/benchmarks/libmicro/files/patch-Makefile
Vsevolod Stakhov 0f17a23c50 Add libmicro - a set of portable benchmarks of system calls from
opensolaris project.

Approved by:		perky (mentor)
In collaboration with:	gnn
2005-08-28 09:05:53 +00:00

11 lines
345 B
Text

--- Makefile.orig Sat Aug 6 14:07:26 2005
+++ Makefile Sat Aug 6 14:07:43 2005
@@ -67,7 +67,7 @@
wrapper \
README
-default $(ALL) run cstyle lint tattle: $(BINS)
+all $(ALL) run cstyle lint tattle: $(BINS)
@chmod +x bench multiview
@mkdir -p bin-`uname -m`; cd bin-`uname -m`; MACH=`uname -m` $(MAKE) -f ../Makefile.`uname -s` $@