diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2005-10-12 18:04:18 +0000 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2005-10-12 18:04:18 +0000 |
commit | a7fa49849e4999c6870f19825548889481b6e952 (patch) | |
tree | c78212fb97c2219cf4f3a50d966961e6e94d3898 /tools | |
parent | e3a46811b797130bb11edec29755641528791d6b (diff) | |
download | FreeBSD-src-a7fa49849e4999c6870f19825548889481b6e952.zip FreeBSD-src-a7fa49849e4999c6870f19825548889481b6e952.tar.gz |
This test can run now.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/regression/aio/kqueue/lio/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/regression/aio/kqueue/lio/Makefile b/tools/regression/aio/kqueue/lio/Makefile index 3ff569a..fe4df59 100644 --- a/tools/regression/aio/kqueue/lio/Makefile +++ b/tools/regression/aio/kqueue/lio/Makefile @@ -3,8 +3,4 @@ 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> |