David Malone 8f27a91f74 Warns fixes: use putenv rather than setenv to avoid constness problems,
when we want to print an off_t cast to intmax_t and use %jd.

Up WARNS to 6.
2009-03-17 19:51:04 +00:00

9 lines
95 B
Makefile

# $FreeBSD$
#
PROG=simple_httpd
SRCS= simple_httpd.c
NO_MAN=
WARNS?=6
.include <bsd.prog.mk>