]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/tools/regression/aio/kqueue/lio/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / tools / regression / aio / kqueue / lio / Makefile
1 # $FreeBSD$
2
3 PROG=   lio_kqueue
4 NO_MAN= YES
5
6 lio_kqueue:
7         @echo "This will not compile without"
8         @echo "  http://www.ambrisko.com/doug/listio_kqueue/listio_kqueue.patch"
9
10 .include <bsd.prog.mk>