monitoring-plugins-cyconet/check_oom/Makefile

15 lines
240 B
Makefile
Raw Normal View History

2022-02-19 16:00:28 +00:00
PLUGIN := check_oom
CLEANFILES := check_oom
DOCFILES := README.md
include ../common.mk
check_oom:
cp $@.py $@
chmod 755 $@
install::
install -d $(DESTDIR)$(PLUGINDIR)
ln -s $(PLUGINDIR)/$(PLUGIN) $(DESTDIR)$(PLUGINDIR)/$(PLUGIN).py