Add README (from POD)
This commit is contained in:
parent
39e7d1dd5a
commit
79a7afb37e
2 changed files with 74 additions and 1 deletions
10
Makefile
10
Makefile
|
@ -1,2 +1,10 @@
|
|||
default: all
|
||||
|
||||
all: README
|
||||
|
||||
README: check_du
|
||||
pod2text $< >$@
|
||||
|
||||
|
||||
install:
|
||||
install -o root -g root -m 0755 check_du /usr/lib/nagios/plugins/
|
||||
install -o root -g root -m 0755 check_du /usr/lib/nagios/plugins/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue