diff options
| author | christos <christos@NetBSD.org> | 2008-04-25 17:34:38 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-04-25 17:34:38 +0000 |
| commit | ffeec102604a0c7326fd7ed81806f4104f585a9f (patch) | |
| tree | f92663b5ecc8bc30ac6e78c725bb67e71727a2a2 /libexec/httpd | |
| parent | 76560beef5868a793a98830f6470e5fad49c3bc7 (diff) | |
warns=4
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/Makefile | 4 |
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> |
