summaryrefslogtreecommitdiff
path: root/regress/lib/libsndio/fd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libsndio/fd/Makefile')
-rw-r--r--regress/lib/libsndio/fd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/lib/libsndio/fd/Makefile b/regress/lib/libsndio/fd/Makefile
index 431850655cd..ca36f9006ea 100644
--- a/regress/lib/libsndio/fd/Makefile
+++ b/regress/lib/libsndio/fd/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2008/10/27 00:26:33 ratchov Exp $
+# $OpenBSD: Makefile,v 1.2 2010/11/06 20:25:42 ratchov Exp $
PROG= fd
LDADD= -lsndio
+SRCS = fd.c tools.c
REGRESS_SKIP=
-
+.PATH: ${.CURDIR}/..
.include <bsd.regress.mk>