From: Ben Gras Date: Wed, 11 Jul 2007 13:36:31 +0000 (+0000) Subject: Give arp and install the default amount of memory - otherwise they run X-Git-Tag: v3.1.4~375 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-settime.html?a=commitdiff_plain;h=c829928cf13732a778c080041b1dff79802ab216;p=minix.git Give arp and install the default amount of memory - otherwise they run out of memory in extreme cases. --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 18ecc448c..a5670a1d1 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -222,7 +222,6 @@ add_route: add_route.c arp: arp.c $(CCLD) -o $@ arp.c - @install -S 4kw $@ at: at.c $(CCLD) -o $@ $? @@ -466,7 +465,6 @@ in.rshd: in.rshd.c installx: install.c # Note: avoided confict with 'install' rule. $(CCLD) -o $@ $? - @install -S 4kw $@ intr: intr.c $(CCLD) -o $@ intr.c