blob: 9537869077c4ab376ccd764b7a647f0fdb903397 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.6 2003/11/18 22:42:04 grant Exp $
LIB= ossaudio
MAN= ossaudio.3
SRCS= ossaudio.c
CPPFLAGS+= -I${.CURDIR}
INCS= soundcard.h
INCSDIR=/usr/include
.include <bsd.lib.mk>
|