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

Annotation of src/usr.bin/htpasswd/Makefile, Revision 1.3

1.3     ! jsg         1: #      $OpenBSD: Makefile,v 1.2 2017/04/16 10:16:35 jsg Exp $
1.1       florian     2: PROG=          htpasswd
                      3: SRCS=          htpasswd.c
                      4: MAN=           htpasswd.1
                      5:
1.3     ! jsg         6: CFLAGS+=       -W -Wall
1.1       florian     7: CFLAGS+=       -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
                      8: CFLAGS+=       -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
                      9:
                     10: .include <bsd.prog.mk>