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

Diff for /src/usr.bin/htpasswd/Makefile between version 1.1 and 1.2

version 1.1, 2014/03/17 12:49:13 version 1.2, 2017/04/16 10:16:35
Line 3 
Line 3 
 SRCS=           htpasswd.c  SRCS=           htpasswd.c
 MAN=            htpasswd.1  MAN=            htpasswd.1
   
 CFLAGS+=        -g -W -Wall -Werror  CFLAGS+=        -g -W -Wall
 CFLAGS+=        -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations  CFLAGS+=        -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
 CFLAGS+=        -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare  CFLAGS+=        -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2