xref: /openbsd/regress/lib/libsndio/fd/Makefile (revision 17df1aa7)
1#	$OpenBSD: Makefile,v 1.1 2008/10/27 00:26:33 ratchov Exp $
2PROG= fd
3LDADD= -lsndio
4REGRESS_SKIP=
5
6.include <bsd.regress.mk>
7