15 lines
194 B
Makefile
15 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/11/07 05:34:07 mikel Exp $
|
|
|
|
LIB= ossaudio
|
|
MAN= ossaudio.3
|
|
|
|
SRCS= ossaudio.c
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
INCS= soundcard.h
|
|
INCSDIR=/usr/include
|
|
|
|
.include <bsd.lib.mk>
|
|
|