summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2008-04-25 17:34:38 +0000
committerchristos <christos@NetBSD.org>2008-04-25 17:34:38 +0000
commitffeec102604a0c7326fd7ed81806f4104f585a9f (patch)
treef92663b5ecc8bc30ac6e78c725bb67e71727a2a2 /libexec
parent76560beef5868a793a98830f6470e5fad49c3bc7 (diff)
warns=4
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/httpd/Makefile b/libexec/httpd/Makefile
index 8bb47b03158..885b4bbe12b 100644
--- a/libexec/httpd/Makefile
+++ b/libexec/httpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/03/03 03:10:53 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2008/04/25 17:34:38 christos Exp $
#
# $eterna: Makefile,v 1.26 2005/09/27 20:09:20 mrg Exp $
@@ -21,7 +21,7 @@ SRCS= bozohttpd.c ssl-bozo.c auth-bozo.c cgi-bozo.c daemon-bozo.c \
LDADD= -lcrypt
DPADD= ${LIBCRYPT}
-WARNS= 3
+WARNS= 4
.include <bsd.own.mk>