xref: /freebsd/usr.sbin/mixer/Makefile (revision 7d0d268b8a67f28ccefdd0b8ce6fb38acac78d80)
1# $FreeBSD$
2
3PROG=	mixer
4MAN=	mixer.8
5
6WARNS?=	6
7
8.include <bsd.prog.mk>
9