xref: /netbsd/usr.bin/audio/common/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.4 2002/01/15 17:02:51 mrg Exp $
2
3LIB=	audio
4SRCS=	audio.c wav.c sun.c auconv.c
5
6NOPROFILE=      # defined
7NOPIC=          # defined
8
9# only needed during build
10libinstall::
11
12.include <bsd.lib.mk>
13