mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
7 lines
66 B
Makefile
7 lines
66 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
PROG= mca
|
||
|
|
WARNS= 4
|
||
|
|
NOMAN= yes
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|