summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2008-06-21 11:52:29 +0000
committerHelmut Grohne <helmut@subdivi.de>2008-06-21 11:52:29 +0000
commit9f4566a9040457dcb966ac01c19550451ed2f341 (patch)
treed354ca0705f2da730c0156ea3d9c14b888839245 /Makefile
parent35e2a045b7b87ecd7a4e5f27a6d3078479e3500b (diff)
downloadmunin-plugins-busybox-9f4566a9040457dcb966ac01c19550451ed2f341.tar.gz
strip the binary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 34d9c49..dae1b6c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ LINKS=cpu entropy forks fw_packets interrupts load open_files open_inodes \
%.o:%.c
${CC} ${CFLAGS} -c $< -o $@
all:munin-plugins-busybox
+ strip -s 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 $@