git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_lm_sensors/Makefile
blob: 7d36b16ff7d49cdc29efb1e0fb36fcab600f83d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#/usr/bin/make -f

PLUGIN = src/check_lm_sensors
MANPAGES = check_lm_sensors.7
DOCFILES = src/README
CLEANFILES = check_lm_sensors.7

include ../common.mk


check_lm_sensors.7: src/check_lm_sensors.pod
	pod2man -s 7 $< > $@