903873ce15
Wiki article: https://wiki.freebsd.org/SummerOfCode2021Projects/SoundMixerImprovements This project was part of Google Summer of Code 2021. Submitted by: christos@ Differential Revision: https://reviews.freebsd.org/D31636 Sponsored by: NVIDIA Networking
11 lines
125 B
Makefile
11 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= mixer
|
|
SRCS= ${PROG}.c
|
|
MAN= ${PROG}.8
|
|
LDFLAGS+= -lmixer
|
|
|
|
.include <bsd.prog.mk>
|