xref: /openbsd/regress/lib/libsndio/cap/Makefile (revision 5af055cd)
1#	$OpenBSD: Makefile,v 1.2 2011/04/12 07:12:59 ratchov Exp $
2PROG= cap
3LDADD= -lsndio
4CFLAGS+= -I${.CURDIR}/..
5REGRESS_SKIP=
6
7.include <bsd.regress.mk>
8