Give arp and install the default amount of memory - otherwise they run

out of memory in extreme cases.
This commit is contained in:
Ben Gras 2007-07-11 13:36:31 +00:00
parent 2746a5a2a9
commit c829928cf1

View file

@ -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