mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
change name to munin-plugins-busybox
This commit is contained in:
parent
209937078b
commit
bede1947b2
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@ LINKS=cpu entropy forks fw_packets interrupts load open_files open_inodes \
|
||||||
|
|
||||||
%.o:%.c
|
%.o:%.c
|
||||||
${CC} ${CFLAGS} -c $< -o $@
|
${CC} ${CFLAGS} -c $< -o $@
|
||||||
all:main
|
all:munin-plugins-busybox
|
||||||
for l in ${LINKS}; do test -f $$l || ln -s main $$l; done
|
for l in ${LINKS}; do test -f $$l || ln -s munin-plugins-busybox $$l; done
|
||||||
main:${OBJS}
|
munin-plugins-busybox:${OBJS}
|
||||||
${CC} ${CFLAGS} $^ -o $@
|
${CC} ${CFLAGS} $^ -o $@
|
||||||
clean:
|
clean:
|
||||||
rm -f main ${OBJS} ${LINKS}
|
rm -f munin-plugins-busybox ${OBJS} ${LINKS}
|
||||||
.PHONY:all clean
|
.PHONY:all clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue