8f27a91f74
when we want to print an off_t cast to intmax_t and use %jd. Up WARNS to 6.
9 lines
95 B
Makefile
9 lines
95 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG=simple_httpd
|
|
SRCS= simple_httpd.c
|
|
NO_MAN=
|
|
WARNS?=6
|
|
|
|
.include <bsd.prog.mk>
|