[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.2 and 1.3

version 1.2, 2017/04/16 10:16:35 version 1.3, 2017/04/16 10:19:54
Line 3 
Line 3 
 SRCS=           htpasswd.c  SRCS=           htpasswd.c
 MAN=            htpasswd.1  MAN=            htpasswd.1
   
 CFLAGS+=        -g -W -Wall  CFLAGS+=        -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.2  
changed lines
  Added in v.1.3