git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_webinject/Makefile
blob: 31e27c878b70eea4135a7dda3d651c3d436797ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PLUGIN := tmp/check_webinject

include ../common.mk

tmp/check_webinject:
	mkdir -p tmp
	sed -e '/^package Web/,/^#!\/usr\/bin\/env perl/d' \
	    -e '/^my.*Webinject->/ iuse Webinject;\n' \
	    check_webinject > $@

clean::
	rm -rf tmp