14 lines
193 B
Makefile
14 lines
193 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/03/12 13:52:47 wiz Exp $
|
|
|
|
LIB= ossaudio
|
|
MAN= ossaudio.3
|
|
|
|
SRCS= ossaudio.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}
|
|
|
|
INCS= soundcard.h
|
|
INCSDIR=/usr/include
|
|
|
|
.include <bsd.lib.mk>
|