[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.3, Sun Apr 16 10:19:54 2017 UTC (7 years, 1 month ago) by jsg
Branch: MAIN
Changes since 1.2: +2 -2 lines

remove -g from CFLAGS at florian's request

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

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

.include <bsd.prog.mk>