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

Diff for /src/usr.bin/file/Makefile between version 1.16 and 1.17

version 1.16, 2015/10/04 07:25:59 version 1.17, 2017/06/28 13:37:56
Line 5 
Line 5 
         text.c xmalloc.c          text.c xmalloc.c
 MAN=    file.1 magic.5  MAN=    file.1 magic.5
   
 LDADD=  -lutil  
 DPADD=  ${LIBUTIL}  
   
 CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2  CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
 CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations  CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
 CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare  CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17