summaryrefslogtreecommitdiff
path: root/regress/lib/libsndio/fd/Makefile
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2008-10-27 00:26:34 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2008-10-27 00:26:34 +0000
commite49f338e25ec3f687abb4ac15bf268103da0747a (patch)
tree9b2117020c878f8cda427aad375f988efd9ca146 /regress/lib/libsndio/fd/Makefile
parentc115d68c48608bed0ff4568325d5c7e0bef55268 (diff)
rename libsa to libsndio
requested by many, "just go for it" deraadt@
Diffstat (limited to 'regress/lib/libsndio/fd/Makefile')
-rw-r--r--regress/lib/libsndio/fd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/lib/libsndio/fd/Makefile b/regress/lib/libsndio/fd/Makefile
new file mode 100644
index 00000000000..431850655cd
--- /dev/null
+++ b/regress/lib/libsndio/fd/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.1 2008/10/27 00:26:33 ratchov Exp $
+PROG= fd
+LDADD= -lsndio
+REGRESS_SKIP=
+
+.include <bsd.regress.mk>