mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= conscontrol
|
|
MAN= conscontrol.8
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|