Give arp and install the default amount of memory - otherwise they run
out of memory in extreme cases.
This commit is contained in:
parent
2746a5a2a9
commit
c829928cf1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue