xref: /openbsd/usr.bin/aucat/Makefile (revision f6aab3d8)
1#	$OpenBSD: Makefile,v 1.22 2015/01/21 08:43:55 ratchov Exp $
2
3PROG=	aucat
4SRCS=	abuf.c afile.c aucat.c dsp.c utils.c
5MAN=	aucat.1
6CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio
7COPTS+=	-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef
8LDADD+=	-lsndio
9.include <bsd.prog.mk>
10