diff --git a/servers/ds/Makefile b/servers/ds/Makefile index edf17eec5..9103881ce 100644 --- a/servers/ds/Makefile +++ b/servers/ds/Makefile @@ -23,7 +23,7 @@ OBJ = main.o store.o all build: $(SERVER) $(SERVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 256w $@ + install -S 16k $@ # install with other servers install: $(SERVER) diff --git a/servers/rs/Makefile b/servers/rs/Makefile index 6acb65539..b40408fb3 100644 --- a/servers/rs/Makefile +++ b/servers/rs/Makefile @@ -25,7 +25,7 @@ $(UTIL): $(UTIL_OBJ) $(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS) $(SERVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 512w $@ + install -S 16k $@ # install with other servers install: /bin/$(UTIL) /usr/sbin/$(SERVER)