summaryrefslogtreecommitdiff
path: root/lib/libossaudio/Makefile
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1998-05-01 09:23:01 +0000
committerNiels Provos <provos@cvs.openbsd.org>1998-05-01 09:23:01 +0000
commit3ff623bb4b46f039dee23f0d128f90746ce869fb (patch)
treebeee7affca26f6cf76c9a53e25da7fe5adb624ca /lib/libossaudio/Makefile
parent74547d6b881a3617cfe28ed0b6080021824543dc (diff)
libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>
Diffstat (limited to 'lib/libossaudio/Makefile')
-rw-r--r--lib/libossaudio/Makefile15
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>
+