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