[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.1 and 1.2

version 1.1, 2009/04/06 20:30:40 version 1.2, 2009/04/15 20:10:20
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 CFLAGS+=-W -Wall -Wstrict-prototypes -Wno-unused-parameter  .include <bsd.own.mk>
   
   CFLAGS+=-W -Wall -Wstrict-prototypes
   .if ${USE_GCC3:L} != "no"
   CFLAGS+=-Wno-unused-parameter
   .endif
   
 SRCS=   mdoc_macro.c mdoc.c mdoc_hash.c mdoc_strings.c \  SRCS=   mdoc_macro.c mdoc.c mdoc_hash.c mdoc_strings.c \
         mdoc_argv.c mdoc_validate.c mdoc_action.c lib.c att.c \          mdoc_argv.c mdoc_validate.c mdoc_action.c lib.c att.c \

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