mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-22 23:01:45 -04:00
8 lines
223 B
Makefile
8 lines
223 B
Makefile
PLUGIN_NAME= dmidecode
|
|
PLUGIN_VERSION= 0.1
|
|
PLUGIN_COMMENT= Display dmidecode information on the dashboard
|
|
PLUGIN_DEPENDS= dmidecode
|
|
PLUGIN_MAINTAINER= evbevz@gmail.com
|
|
PLUGIN_DEVEL= yes
|
|
|
|
.include "../../Mk/plugins.mk"
|