[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.12 and 1.13

version 1.12, 2010/01/13 10:02:52 version 1.13, 2010/06/04 06:15:28
Line 5 
Line 5 
         siofile.c miofile.c sock.c pipe.c listen.c opt.c wav.c legacy.c dbg.c          siofile.c miofile.c sock.c pipe.c listen.c opt.c wav.c legacy.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  CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG
 LDADD+= -lsndio  LDADD+= -lsndio
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13