summaryrefslogtreecommitdiff
path: root/regress/lib/libsndio/rec/Makefile
blob: 2a5738e024ef0868c7a119c9ec283e02cc399dc4 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2010/11/06 20:25:42 ratchov Exp $
PROG= rec
LDADD= -lsndio
SRCS = rec.c tools.c
REGRESS_SKIP=
.PATH: ${.CURDIR}/..
.include <bsd.regress.mk>