diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
commit | a35d88931c87cfe6bd38f01d7bad22140b3b38f3 (patch) | |
tree | 2a28a087684353f3fc60fa304d31bd2590e83ab7 /release/picobsd/tinyware/simple_httpd/Makefile | |
parent | 88348311f3943c504b62ed3ffad125c06e3dea7a (diff) | |
download | src-a35d88931c87cfe6bd38f01d7bad22140b3b38f3.tar.gz src-a35d88931c87cfe6bd38f01d7bad22140b3b38f3.zip |
For variables that are only checked with defined(), don't provide
any fake value.
Notes
Notes:
svn path=/head/; revision=136910
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd/Makefile')
-rw-r--r-- | release/picobsd/tinyware/simple_httpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile index 524040efb534..0f4b442b1f93 100644 --- a/release/picobsd/tinyware/simple_httpd/Makefile +++ b/release/picobsd/tinyware/simple_httpd/Makefile @@ -2,6 +2,6 @@ # PROG=simple_httpd SRCS= simple_httpd.c -NOMAN=yes +NOMAN= .include <bsd.prog.mk> |