summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/Makefile
blob: 7f4e336a3f8852c30d18a3fdce9065c3bf706c56 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.22 2015/01/21 08:43:55 ratchov Exp $

PROG=	aucat
SRCS=	abuf.c afile.c aucat.c dsp.c utils.c
MAN=	aucat.1
CFLAGS+=-DDEBUG -I${.CURDIR}/../../lib/libsndio
COPTS+=	-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef
LDADD+=	-lsndio
.include <bsd.prog.mk>