1.include <src.opts.mk> 2 3PACKAGE= sound 4 5PROG= mididump 6SRCS= ${PROG}.c 7MAN= ${PROG}.1 8LIBADD+= m 9 10.include <bsd.prog.mk> 11