diff options
author | ru <ru@FreeBSD.org> | 2006-03-15 10:46:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-15 10:46:38 +0000 |
commit | 30cc3ea9884702f4886940d8977c13433472f464 (patch) | |
tree | 0126c469695998d777f6f4c31b1f6e844388d2f3 /tools/regression/aio | |
parent | a11e502d44773bc2aeeeb877650e70c8bef2dbb3 (diff) | |
download | FreeBSD-src-30cc3ea9884702f4886940d8977c13433472f464.zip FreeBSD-src-30cc3ea9884702f4886940d8977c13433472f464.tar.gz |
Style: NO_MAN doesn't need any value.
Diffstat (limited to 'tools/regression/aio')
-rw-r--r-- | tools/regression/aio/aiotest/Makefile | 2 | ||||
-rw-r--r-- | tools/regression/aio/kqueue/Makefile | 2 | ||||
-rw-r--r-- | tools/regression/aio/kqueue/lio/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/aio/aiotest/Makefile b/tools/regression/aio/aiotest/Makefile index e8dff68..bc8add2 100644 --- a/tools/regression/aio/aiotest/Makefile +++ b/tools/regression/aio/aiotest/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= aiotest -NO_MAN= YES +NO_MAN= DPADD= ${LIBUTIL} LDADD= -lutil diff --git a/tools/regression/aio/kqueue/Makefile b/tools/regression/aio/kqueue/Makefile index adf7441..ba0fd68 100644 --- a/tools/regression/aio/kqueue/Makefile +++ b/tools/regression/aio/kqueue/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= aio_kqueue -NO_MAN= YES +NO_MAN= .include <bsd.prog.mk> diff --git a/tools/regression/aio/kqueue/lio/Makefile b/tools/regression/aio/kqueue/lio/Makefile index fe4df59..77377e5 100644 --- a/tools/regression/aio/kqueue/lio/Makefile +++ b/tools/regression/aio/kqueue/lio/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= lio_kqueue -NO_MAN= YES +NO_MAN= .include <bsd.prog.mk> |