[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.13 and 1.14

version 1.13, 2015/04/24 16:24:11 version 1.14, 2015/04/27 13:41:45
Line 5 
Line 5 
         xmalloc.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.13  
changed lines
  Added in v.1.14