git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_mongodb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-plugins-contrib-24.20190301~bpo9+1/check_mongodb/Makefile')
-rw-r--r--nagios-plugins-contrib-24.20190301~bpo9+1/check_mongodb/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/check_mongodb/Makefile b/nagios-plugins-contrib-24.20190301~bpo9+1/check_mongodb/Makefile
new file mode 100644
index 0000000..e227ff4
--- /dev/null
+++ b/nagios-plugins-contrib-24.20190301~bpo9+1/check_mongodb/Makefile
@@ -0,0 +1,14 @@
+PLUGIN := check_mongodb
+CLEANFILES := check_mongodb
+DOCFILES := README.md
+
+include ../common.mk
+
+check_mongodb:
+ cp $@.py $@
+ chmod 755 $@
+
+install::
+ install -d $(DESTDIR)$(PLUGINDIR)
+ ln -s $(PLUGINDIR)/$(PLUGIN) $(DESTDIR)$(PLUGINDIR)/$(PLUGIN).py
+