Home | History | Annotate | Line # | Download | only in midiplay
Makefile revision 1.3
      1  1.3     joerg #	$NetBSD: Makefile,v 1.3 2011/05/26 14:20:22 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.3     joerg CWARNFLAGS.clang+=	-Wno-format-extra-args -Wno-initializer-overrides
      7  1.2     joerg 
      8  1.1  augustss .include <bsd.prog.mk>
      9