summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod/Makefile
blob: e8c1eabfcafb81ce16adf3d339ed59f6c45917f4 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 2012/11/23 07:03:28 ratchov Exp $

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
MAN=	sndiod.1
CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio
LDADD+=	-lsndio
.include <bsd.prog.mk>