git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_smstools/Makefile
blob: ecdd3cb414799be3caa38fbcd7c84240f8dce2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
PLUGIN := check_smstools
CLEANFILES := check_smstools
DOCFILES := README.check_smstools


include ../common.mk

check_smstools: bin/check_smstools
	cp $< $@
	chmod 755 $@