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