mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= prometheus_sysctl_exporter
|
||
|
|
MAN= prometheus_sysctl_exporter.8
|
||
|
|
|
||
|
|
LIBADD= m z
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|