mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-03 06:38:24 +00:00
smart: importing common.{h,c} from munin-c
The compilation is very easy, a simple `make` should work, as I provided a convenient `Makefile`
This commit is contained in:
parent
a420c4eb58
commit
6eff786eef
4 changed files with 145 additions and 1 deletions
6
plugins/disk/smart-c/Makefile
Normal file
6
plugins/disk/smart-c/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
smart_: smart_.o common.o
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
clean:
|
||||
rm -f smart_ smart_.o common.o
|
Loading…
Add table
Add a link
Reference in a new issue