repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libossaudio
/
Makefile
blob
3124de4830769f73567607e13b40b86020c6b98a
1
# $NetBSD: Makefile,v 1.7 2009/02/03 12:46:13 jmcneill Exp $
2
3
LIB
=
ossaudio
4
MAN
=
ossaudio
.3
5
6
SRCS
=
ossaudio.c
7
8
CPPFLAGS
+= -
I
${
.CURDIR
}
9
10
INCS
=
soundcard.h
11
INCSDIR
=/
usr
/
include
12
13
.
include
<
bsd.lib.mk
>