diff options
Diffstat (limited to 'regress/lib/libsndio/vol/Makefile')
-rw-r--r-- | regress/lib/libsndio/vol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libsndio/vol/Makefile b/regress/lib/libsndio/vol/Makefile index 06bd08fd561..596b1a96d49 100644 --- a/regress/lib/libsndio/vol/Makefile +++ b/regress/lib/libsndio/vol/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2010/11/06 20:25:42 ratchov Exp $ +# $OpenBSD: Makefile,v 1.3 2011/04/12 07:12:59 ratchov Exp $ PROG= vol LDADD= -lsndio +CFLAGS+= -I${.CURDIR}/.. SRCS = vol.c tools.c REGRESS_SKIP= .PATH: ${.CURDIR}/.. |