13 lines
195 B
Makefile
13 lines
195 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/03/26 14:02:40 mrg Exp $
|
|
|
|
LIB= audio
|
|
SRCS= audio.c
|
|
|
|
NOPROFILE= noprofile
|
|
NOPIC= nopic
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|