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

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

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