diff options
Diffstat (limited to 'lib/libossaudio/Makefile')
-rw-r--r-- | lib/libossaudio/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libossaudio/Makefile b/lib/libossaudio/Makefile new file mode 100644 index 00000000000..533af44a147 --- /dev/null +++ b/lib/libossaudio/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile,v 1.1 1998/05/01 09:23:00 provos Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/13 14:18:45 lukem Exp $ + +LIB= ossaudio +MAN= ossaudio.3 + +SRCS= ossaudio.c + +CPPFLAGS+= -I${.CURDIR} + +INCS= soundcard.h +INCSDIR=/usr/include + +.include <bsd.lib.mk> + |