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

Diff for /src/usr.bin/sndiod/Makefile between version 1.2 and 1.3

version 1.2, 2013/11/19 07:24:57 version 1.3, 2013/11/21 08:15:46
Line 5 
Line 5 
         opt.c siofile.c sndiod.c sock.c utils.c          opt.c siofile.c sndiod.c sock.c utils.c
 MAN=    sndiod.1  MAN=    sndiod.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.2  
changed lines
  Added in v.1.3