summaryrefslogtreecommitdiffstats
path: root/tools/regression/aio/kqueue/lio/Makefile
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2005-03-02 04:00:55 +0000
committerambrisko <ambrisko@FreeBSD.org>2005-03-02 04:00:55 +0000
commit76dfd3add8f230bd86594582e185a4a989a038ee (patch)
tree4fdbb4408d25c6a30ac41cdbb60bbcb8234ce90f /tools/regression/aio/kqueue/lio/Makefile
parent58f0b642ef9dd03e6228733024b8ee46923ced99 (diff)
downloadFreeBSD-src-76dfd3add8f230bd86594582e185a4a989a038ee.zip
FreeBSD-src-76dfd3add8f230bd86594582e185a4a989a038ee.tar.gz
This will not compile without:
http://www.ambrisko.com/doug/listio_kqueue/listio_kqueue.patch Note: it is a good idea to run this against a physical drive to exercise the physio fast path (ie. lio_kqueue /dev/<something safe>) This will ensure op's counting per LIO request is correct. It is currently broken the above patch fixes it. Sponsored by: IronPort
Diffstat (limited to 'tools/regression/aio/kqueue/lio/Makefile')
-rw-r--r--tools/regression/aio/kqueue/lio/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/regression/aio/kqueue/lio/Makefile b/tools/regression/aio/kqueue/lio/Makefile
new file mode 100644
index 0000000..3ff569a
--- /dev/null
+++ b/tools/regression/aio/kqueue/lio/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PROG= lio_kqueue
+NO_MAN= YES
+
+lio_kqueue:
+ @echo "This will not compile without"
+ @echo " http://www.ambrisko.com/doug/listio_kqueue/listio_kqueue.patch"
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud