You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
default: all
|
|
|
|
all: README
|
|
|
|
README: check_du
|
|
pod2text $< >$@
|
|
|
|
|
|
install:
|
|
install -o root -g root -m 0755 check_du /usr/lib/nagios/plugins/
|