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

Diff for /src/usr.bin/aucat/Makefile between version 1.6 and 1.7

version 1.6, 2008/10/27 18:02:14 version 1.7, 2008/10/28 21:57:39
Line 3 
Line 3 
 PROG=   aucat  PROG=   aucat
 SRCS=   aucat.c abuf.c aparams.c aproc.c dev.c file.c headers.c \  SRCS=   aucat.c abuf.c aparams.c aproc.c dev.c file.c headers.c \
         safile.c sock.c pipe.c listen.c wav.c legacy.c          safile.c sock.c pipe.c listen.c wav.c legacy.c
 CFLAGS+= -DDEBUG -Wall -Wstrict-prototypes -Wundef  CFLAGS+= -DDEBUG -Wall -Wstrict-prototypes -Werror -Wundef
 # false warnings on 64 bit variables for which no toolchain fix is available yet  
 .if ${MACHINE_ARCH} != "m88k"  
 CFLAGS+= -Werror  
 .endif  
 LDADD+= -lsndio  LDADD+= -lsndio
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7