mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
7 lines
67 B
Makefile
7 lines
67 B
Makefile
# $FreeBSD$
|
|
PROG= mca
|
|
WARNS?= 4
|
|
MAN= mca.8
|
|
|
|
.include <bsd.prog.mk>
|