mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
f48a417b24
Tested with: 'make universe'
9 lines
73 B
Makefile
9 lines
73 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mixer
|
|
MAN= mixer.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|