xref: /netbsd-src/usr.bin/audio/common/Makefile (revision 481fca6e59249d8ffcf24fef7cfbe7b131bfb080)
1#	$NetBSD: Makefile,v 1.1 1999/03/26 14:02:40 mrg Exp $
2
3LIB=	audio
4SRCS=	audio.c
5
6NOPROFILE=      noprofile
7NOPIC=          nopic
8
9# only needed during build
10libinstall::
11
12.include <bsd.lib.mk>
13