--- ./Makefile.orig 2004-01-21 17:48:15.000000000 -0800 +++ ./Makefile 2004-05-27 11:33:59.000000000 -0700 @@ -34,14 +34,14 @@ CC = gcc CXFLAGS = -ggdb -CWFLAGS = -Wall -Werror -Wstrict-prototypes +CWFLAGS = -Wall -Werror -Wstrict-prototypes -Os SYSCONFDIR = /etc CONFFILE = $(SYSCONFDIR)/mdadm.conf MAILCMD =/usr/sbin/sendmail -t CFLAGS = $(CWFLAGS) -DCONFFILE=\"$(CONFFILE)\" $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" # If you want a static binary, you might uncomment these -# LDFLAGS = -static +LDFLAGS = -static # STRIP = -s INSTALL = /usr/bin/install