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