diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
commit | e653b48c80fb85b2a10372d664a4b55dbdc51dae (patch) | |
tree | 7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /tools/regression/gaithrstress | |
parent | d626a8a238996d787428b43e5398f512cfd0aa94 (diff) |
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Notes
Notes:
svn path=/head/; revision=139103
Diffstat (limited to 'tools/regression/gaithrstress')
-rw-r--r-- | tools/regression/gaithrstress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/gaithrstress/Makefile b/tools/regression/gaithrstress/Makefile index c8b1e18fb181..2506e017a3bd 100644 --- a/tools/regression/gaithrstress/Makefile +++ b/tools/regression/gaithrstress/Makefile @@ -3,5 +3,5 @@ PROG= gaithrstress LDADD+= -pthread -NOMAN= +NO_MAN= .include <bsd.prog.mk> |