summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2009-01-22 14:30:31 +0000
committerHelmut Grohne <helmut@subdivi.de>2009-01-22 14:30:31 +0000
commit1de74e3d850636058f7283af732bcd3475c2d721 (patch)
tree5f22fbf851854c13289eedb9a6f34046f9f662f1 /Makefile
parentadfe37d22173407301c542596140119cb351c55b (diff)
downloadmunin-plugins-busybox-1de74e3d850636058f7283af732bcd3475c2d721.tar.gz
added if_err_ plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index dae1b6c..fe465f6 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@