14 lines
195 B
Makefile
14 lines
195 B
Makefile
# $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>
|