diff options
author | Helmut Grohne <helmut@subdivi.de> | 2009-01-22 14:30:31 +0000 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2009-01-22 14:30:31 +0000 |
commit | 1de74e3d850636058f7283af732bcd3475c2d721 (patch) | |
tree | 5f22fbf851854c13289eedb9a6f34046f9f662f1 /Makefile | |
parent | adfe37d22173407301c542596140119cb351c55b (diff) | |
download | munin-plugins-busybox-1de74e3d850636058f7283af732bcd3475c2d721.tar.gz |
added if_err_ plugin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ CC=gcc CFLAGS=-W -Wall -pedantic -Wextra -g -O2 -OBJS=main.o common.o cpu.o entropy.o forks.o fw_packets.o interrupts.o load.o \ - open_files.o open_inodes.o processes.o swap.o uptime.o -LINKS=cpu entropy forks fw_packets interrupts load open_files open_inodes \ - processes swap uptime +OBJS=main.o common.o cpu.o entropy.o forks.o fw_packets.o interrupts.o \ + if_err_.o load.o open_files.o open_inodes.o processes.o swap.o uptime.o +LINKS=cpu entropy forks fw_packets interrupts if_err_eth0 load open_files \ + open_inodes processes swap uptime %.o:%.c ${CC} ${CFLAGS} -c $< -o $@ |