15 lines
196 B
Makefile
15 lines
196 B
Makefile
# $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>
|
|
|