summaryrefslogtreecommitdiff
path: root/regress/lib/libsndio/play/Makefile
blob: 09d7459f634b8187e7fac3859734efc173b64a15 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.3 2011/04/12 07:12:59 ratchov Exp $
PROG= play
LDADD= -lsndio
CFLAGS+= -I${.CURDIR}/..
SRCS = play.c tools.c
REGRESS_SKIP=
.PATH: ${.CURDIR}/..
.include <bsd.regress.mk>