0777d56570
requires O_DIRECT, pread/pwrite, and pthreads. WWW: http://www.arctic.org/~dean/randomio/ PR: ports/149838 Submitted by: Sergey Kandaurov <pluknet at gmail dot com> (maintainer) Approved by: beat (co-mentor)
8 lines
167 B
Text
8 lines
167 B
Text
--- Makefile.orig 2010-08-20 19:36:08.000000000 +0400
|
|
+++ Makefile 2010-08-20 19:39:25.000000000 +0400
|
|
@@ -5,3 +5,5 @@
|
|
|
|
clean:
|
|
rm -f *.o randomio
|
|
+
|
|
+all: randomio
|