Merge pull request #1 from pengutronix/master

Sync with upstream
This commit is contained in:
Joern Ott 2022-04-27 16:23:18 +02:00 committed by GitHub
commit ee4144aa69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Makefile Normal file
View File

@ -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