From 853f3d5052a36290a9732828d45684af49e5fea6 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 21 Jun 2008 11:45:12 +0000 Subject: change name to munin-plugins-busybox --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 56a56f6..34d9c49 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ LINKS=cpu entropy forks fw_packets interrupts load open_files open_inodes \ %.o:%.c ${CC} ${CFLAGS} -c $< -o $@ -all:main - for l in ${LINKS}; do test -f $$l || ln -s main $$l; done -main:${OBJS} +all:munin-plugins-busybox + for l in ${LINKS}; do test -f $$l || ln -s munin-plugins-busybox $$l; done +munin-plugins-busybox:${OBJS} ${CC} ${CFLAGS} $^ -o $@ clean: - rm -f main ${OBJS} ${LINKS} + rm -f munin-plugins-busybox ${OBJS} ${LINKS} .PHONY:all clean -- cgit v1.2.3