Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2002/01/15 08:19:36 mrg Exp $
2
3LIB=	audio
4SRCS=	audio.c wav.c sun.c
5
6NOPROFILE=      # defined
7NOPIC=          # defined
8
9# only needed during build
10libinstall::
11
12.include <bsd.lib.mk>
13