git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_multipath/Makefile
blob: d9f449df765153a991f58da5561f681832e76fc3 (plain)
1
2
3
4
5
6
7
8
9
PLUGIN := check_multipath
CLEANFILES := check_multipath

include ../common.mk

check_multipath: check-multipath.pl
	cp $< $@
	chmod 755 $@