[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.20 and 1.21

version 1.20, 2013/11/19 07:24:57 version 1.21, 2013/11/21 08:15:46
Line 5 
Line 5 
         siofile.c miofile.c pipe.c wav.c dbg.c          siofile.c miofile.c pipe.c wav.c dbg.c
 MAN=    aucat.1  MAN=    aucat.1
 CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio  CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio
 COPTS+= -Wall -Wstrict-prototypes -Wpointer-arith -Wundef  COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef
 LDADD+= -lsndio  LDADD+= -lsndio
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21