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

Diff for /src/usr.bin/mandoc/Makefile between version 1.2 and 1.3

version 1.2, 2009/04/15 20:10:20 version 1.3, 2009/06/14 23:39:43
Line 2 
Line 2 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
   VERSION=1.7.16
   CFLAGS+=-DVERSION=\"${VERSION}\"
 CFLAGS+=-W -Wall -Wstrict-prototypes  CFLAGS+=-W -Wall -Wstrict-prototypes
 .if ${USE_GCC3:L} != "no"  .if ${USE_GCC3:L} != "no"
 CFLAGS+=-Wno-unused-parameter  CFLAGS+=-Wno-unused-parameter

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