mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
10 lines
125 B
Makefile
10 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= mixer
|
|
SRCS= ${PROG}.c
|
|
MAN= ${PROG}.8
|
|
LDFLAGS+= -lmixer
|
|
|
|
.include <bsd.prog.mk>
|