Home | History | Annotate | Line # | Download | only in midiplay
Makefile revision 1.2
      1  1.2     joerg #	$NetBSD: Makefile,v 1.2 2011/05/26 12:56:33 joerg Exp $
      2  1.1  augustss #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1  augustss 
      4  1.1  augustss PROG=	midiplay
      5  1.1  augustss 
      6  1.2     joerg CWARNFLAGS+=	-Wno-format-extra-args -Wno-initializer-overrides
      7  1.2     joerg 
      8  1.1  augustss .include <bsd.prog.mk>
      9