mirror of
https://github.com/pengutronix/monitoring-check-systemd-service.git
synced 2025-08-20 09:18:23 +02:00
9 lines
223 B
Makefile
9 lines
223 B
Makefile
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
|