From 9f4566a9040457dcb966ac01c19550451ed2f341 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 21 Jun 2008 11:52:29 +0000 Subject: strip the binary --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 $@ -- cgit v1.2.3