diff options
author | Helmut Grohne <helmut@subdivi.de> | 2008-06-21 11:45:12 +0000 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2008-06-21 11:45:12 +0000 |
commit | 853f3d5052a36290a9732828d45684af49e5fea6 (patch) | |
tree | 1e41a8abac21b98e5eba015aceccef6ceca14200 | |
parent | f481beb2dc4e6db37ea79f32960cbfa4a148eb90 (diff) | |
download | munin-plugins-busybox-853f3d5052a36290a9732828d45684af49e5fea6.tar.gz |
change name to munin-plugins-busybox
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |