]> Zhao Yanbai Git Server - minix.git/commitdiff
Give arp and install the default amount of memory - otherwise they run
authorBen Gras <ben@minix3.org>
Wed, 11 Jul 2007 13:36:31 +0000 (13:36 +0000)
committerBen Gras <ben@minix3.org>
Wed, 11 Jul 2007 13:36:31 +0000 (13:36 +0000)
out of memory in extreme cases.

commands/simple/Makefile

index 18ecc448cf64e62d1c64baba1d5c82bee60b2366..a5670a1d13776f49d88b3f029885af01ef23bdec 100755 (executable)
@@ -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