]> git.michaelhowe.org Git - packages/m/munin-plugins-local.git/commitdiff
Added makefile
authorMichael Howe <michael@michaelhowe.org>
Sat, 17 Nov 2012 16:29:40 +0000 (16:29 +0000)
committerMichael Howe <michael@michaelhowe.org>
Sat, 17 Nov 2012 16:29:40 +0000 (16:29 +0000)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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)