mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 06:55:18 -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
8 lines
95 B
Makefile
8 lines
95 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= mixer
|
|
SRCS= ${LIB}.c
|
|
INCS= ${LIB}.h
|
|
MAN= ${LIB}.3
|
|
|
|
.include <bsd.lib.mk>
|