diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-12-09 23:10:38 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-12-09 23:10:38 +0000 |
commit | 0d60a30fe5dcd20774fe02813d812554aa99162c (patch) | |
tree | 08cba210fcf9372474d1b0b215b37973ae93231d /regress/lib | |
parent | a7299fc2f4464992a50f300e129a0b63a1e8fc3b (diff) |
add vol/ to SUBDIRS
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libsndio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libsndio/Makefile b/regress/lib/libsndio/Makefile index f5f394dc7e3..3ba9858e1eb 100644 --- a/regress/lib/libsndio/Makefile +++ b/regress/lib/libsndio/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 2008/10/27 00:26:33 ratchov Exp $ +# $OpenBSD: Makefile,v 1.2 2008/12/09 23:10:37 ratchov Exp $ -SUBDIR+= play rec fd cap +SUBDIR+= play rec fd cap vol .include <bsd.subdir.mk> |