diff options
Diffstat (limited to 'nagios-plugins-contrib-24.20190301~bpo9+1/check_snmp_environment/Makefile')
-rw-r--r-- | nagios-plugins-contrib-24.20190301~bpo9+1/check_snmp_environment/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/check_snmp_environment/Makefile b/nagios-plugins-contrib-24.20190301~bpo9+1/check_snmp_environment/Makefile new file mode 100644 index 0000000..6e6037d --- /dev/null +++ b/nagios-plugins-contrib-24.20190301~bpo9+1/check_snmp_environment/Makefile @@ -0,0 +1,9 @@ +PLUGIN := check_snmp_environment +CLEANFILES := check_snmp_environment + +include ../common.mk + +check_snmp_environment: check_snmp_environment.pl + cp $< $@ + chmod 755 $@ + |