diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-11-06 20:25:43 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-11-06 20:25:43 +0000 |
commit | dae71a31376ac2f8fff6b5a1f86744dde7cb55ae (patch) | |
tree | e739cf0513bafb0ec391d421c23e023d87360a87 /regress/lib/libsndio/fd/Makefile | |
parent | acf4823d51288be7611de9109bc7594c025a0879 (diff) |
make sio_onvol(3) return a integer exposing whether a volume knob
is available for the stream. As we're at it, remove macros and
functions that are neither used nor documented.
Diffstat (limited to 'regress/lib/libsndio/fd/Makefile')
-rw-r--r-- | regress/lib/libsndio/fd/Makefile | 5 |
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> |