summaryrefslogtreecommitdiff
path: root/usr.bin/htpasswd/Makefile
blob: 2e078ecd4cb9848219b25bfc8911bdc3d0466b55 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.4 2017/07/09 21:23:19 espie Exp $

PROG=		htpasswd

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

.include <bsd.prog.mk>