diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..575fe24 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +PREFIX?=/usr + +# an empty make target as there is nothing todo +build: + +install: + install -d $(DESTDIR)$(PREFIX)/lib/nagios/plugins/ + install check-systemd-service $(DESTDIR)$(PREFIX)/lib/nagios/plugins/check_systemd_service