diff options
Diffstat (limited to 'usr.bin/aucat/Makefile')
-rw-r--r-- | usr.bin/aucat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/Makefile b/usr.bin/aucat/Makefile index 2a8844d207b..5aad09ff145 100644 --- a/usr.bin/aucat/Makefile +++ b/usr.bin/aucat/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2009/07/25 08:44:27 ratchov Exp $ +# $OpenBSD: Makefile,v 1.10 2009/09/27 11:51:20 ratchov Exp $ PROG= aucat SRCS= aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \ safile.c miofile.c sock.c pipe.c listen.c opt.c wav.c legacy.c MAN= aucat.1 midicat.1 LINKS= ${BINDIR}/aucat ${BINDIR}/midicat -CFLAGS+= -DDEBUG -Wall -Wstrict-prototypes -Wundef +CFLAGS+= -Wall -Wstrict-prototypes -Wundef LDADD+= -lsndio .include <bsd.prog.mk> |