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