[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / htpasswd

File: [local] / src / usr.bin / htpasswd / Makefile (download)

Revision 1.2, Sun Apr 16 10:16:35 2017 UTC (7 years, 1 month ago) by jsg
Branch: MAIN
Changes since 1.1: +2 -2 lines

Different compilers and versions of compilers have different warnings.
Remove -Werror to give code a greater chance of building.

ok deraadt@ florian@

#	$OpenBSD: Makefile,v 1.2 2017/04/16 10:16:35 jsg Exp $
PROG=		htpasswd
SRCS=		htpasswd.c
MAN=		htpasswd.1

CFLAGS+=	-g -W -Wall
CFLAGS+=	-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
CFLAGS+=	-Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare

.include <bsd.prog.mk>