mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
7 lines
88 B
Makefile
7 lines
88 B
Makefile
|
|
PACKAGE=runtime
|
|
PROG= conscontrol
|
|
MAN= conscontrol.8
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|