diff options
Diffstat (limited to 'usr.bin/aucat/Makefile')
-rw-r--r-- | usr.bin/aucat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/aucat/Makefile b/usr.bin/aucat/Makefile index 18053abfc50..523da803605 100644 --- a/usr.bin/aucat/Makefile +++ b/usr.bin/aucat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2011/12/09 14:36:42 ratchov Exp $ +# $OpenBSD: Makefile,v 1.18 2012/11/23 07:03:28 ratchov Exp $ PROG= aucat SRCS= aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \ @@ -6,6 +6,4 @@ SRCS= aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \ MAN= aucat.1 CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio LDADD+= -lsndio -LINKS= ${BINDIR}/aucat ${BINDIR}/sndiod -MLINKS = aucat.1 sndiod.1 .include <bsd.prog.mk> |