mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-05 06:36:26 -06:00
8 lines
198 B
Makefile
8 lines
198 B
Makefile
PLUGIN_NAME= git-backup
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_COMMENT= Track config changes using git
|
|
PLUGIN_DEPENDS= git
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|