1 2.include <src.opts.mk> 3 4PROG= mixer 5SRCS= ${PROG}.c 6MAN= ${PROG}.8 7LDFLAGS+= -lmixer 8 9.include <bsd.prog.mk> 10