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