[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.14 and 1.15

version 1.14, 2010/07/31 08:48:01 version 1.15, 2011/04/27 21:20:36
Line 5 
Line 5 
         siofile.c miofile.c sock.c pipe.c listen.c opt.c wav.c dbg.c          siofile.c miofile.c sock.c pipe.c listen.c opt.c wav.c dbg.c
 MAN=    aucat.1 midicat.1  MAN=    aucat.1 midicat.1
 LINKS=  ${BINDIR}/aucat ${BINDIR}/midicat  LINKS=  ${BINDIR}/aucat ${BINDIR}/midicat
 CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG  CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio
 LDADD+= -lsndio  LDADD+= -lsndio
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15