diff options
Diffstat (limited to 'regress/lib/libsndio/fd/Makefile')
-rw-r--r-- | regress/lib/libsndio/fd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libsndio/fd/Makefile b/regress/lib/libsndio/fd/Makefile index ca36f9006ea..5127590e232 100644 --- a/regress/lib/libsndio/fd/Makefile +++ b/regress/lib/libsndio/fd/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= fd LDADD= -lsndio +CFLAGS+= -I${.CURDIR}/.. SRCS = fd.c tools.c REGRESS_SKIP= .PATH: ${.CURDIR}/.. |