diff options
Diffstat (limited to 'lib/libsndio/Makefile')
-rw-r--r-- | lib/libsndio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsndio/Makefile b/lib/libsndio/Makefile index 642b8b6382e..ee555ab0958 100644 --- a/lib/libsndio/Makefile +++ b/lib/libsndio/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2011/04/27 21:20:36 ratchov Exp $ +# $OpenBSD: Makefile,v 1.9 2012/09/12 09:19:54 haesbaert Exp $ LIB= sndio MAN= sio_open.3 mio_open.3 sndio.7 SRCS= debug.c aucat.c sio_aucat.c sio_sun.c sio.c \ mio_rmidi.c mio_aucat.c mio.c CFLAGS+=-Wall -Wstrict-prototypes -Werror -Wundef -DDEBUG +CDIAGFLAGS= MLINKS = \ sio_open.3 sio_close.3 \ |