Home | History | Annotate | Line # | Download | only in common
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 1999/03/26 14:02:40 mrg Exp $
      2 
      3 LIB=	audio
      4 SRCS=	audio.c
      5 
      6 NOPROFILE=      noprofile
      7 NOPIC=          nopic
      8 
      9 # only needed during build
     10 libinstall::
     11 
     12 .include <bsd.lib.mk>
     13