freebsd-dev/tools/regression/aio/kqueue/lio/Makefile
Doug Ambrisko 2f53b7ce03 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
2005-03-02 04:00:55 +00:00

11 lines
192 B
Makefile

# $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>