[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.1 and 1.2

version 1.1, 2012/11/23 07:03:28 version 1.2, 2013/11/19 07:24:57
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   sndiod  PROG=   sndiod
 SRCS=   abuf.c dev.c dsp.c file.c listen.c midi.c miofile.c opt.c siofile.c sndiod.c sock.c utils.c  SRCS=   abuf.c dev.c dsp.c file.c listen.c midi.c miofile.c \
           opt.c siofile.c sndiod.c sock.c utils.c
 MAN=    sndiod.1  MAN=    sndiod.1
 CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio  CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio
   COPTS+= -Wall -Wstrict-prototypes -Wpointer-arith -Wundef
 LDADD+= -lsndio  LDADD+= -lsndio
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2