From: Michael Howe Date: Sat, 17 Nov 2012 16:29:40 +0000 (+0000) Subject: Added makefile X-Git-Tag: 0.1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5426039470cbdf20980b0d17e286629836515447;p=packages%2Fm%2Fmunin-plugins-local.git Added makefile --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5dfc391 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +PLUGINDIR=plugins +INSTALL=/usr/bin/install +DSTPLUGINDIR=$(DESTDIR)/usr/share/munin/plugins + +install: + $(INSTALL) -d $(DSTPLUGINDIR) + $(INSTALL) -m 0755 $(PLUGINDIR)/snmp__networkclients $(DSTPLUGINDIR)