Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2012/03/21 10:08:30 matt Exp $
2
3WARNS=	2
4
5LIB=	ossaudio
6MAN=	ossaudio.3
7
8SRCS=	ossaudio.c
9
10CPPFLAGS+= -I${.CURDIR}
11
12INCS=	soundcard.h
13INCSDIR=/usr/include
14
15.include <bsd.lib.mk>
16