mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-20 08:20:04 -05:00
8 lines
198 B
Makefile
8 lines
198 B
Makefile
PLUGIN_NAME= dmidecode
|
|
PLUGIN_VERSION= 0.1
|
|
PLUGIN_COMMENT= System hardware widget
|
|
PLUGIN_DEPENDS= dmidecode
|
|
PLUGIN_MAINTAINER= evbevz@gmail.com
|
|
PLUGIN_DEVEL= YES
|
|
|
|
.include "../../Mk/plugins.mk"
|